-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot update existing repo after upgrade to v1.1 #1224
Comments
Anything interesting in the server logs ?
Make sure to raise log level to Trace.
|
I think I know what's happened. I will send a PR to fix this. |
@tullo, you can resolve this on your Admin Panel, execute |
@lunny tried that, but did not help unfortunately |
I see same error happening for my wiki pages after upgrade to 1.1.0. But I can push to repositories. Only editing wiki pages makes server show http 500 error page. Log shows:
|
@mmozeiko are you sure |
Yes, tried running running resync hooks, nothing changed. Now I've noticed that |
@mmozeiko Yes. manually do that will let you work. But it's strange why the |
Just updated to 1.1 and tried to update a wiki page through the browser for a quick test. That failed!
Then I cloned the wiki repo to my laptop, updated the wiki page. Pushing the change to server failed! Se error log below.
The Release Notes say: "The SSH keys can potentially break, make sure to regenerate the authorized keys" so I run the command through the Admin Panel.
Also removed my public ssh key from the user and added it again.
What else can I do? I am still not able to update the existing wiki / repo
OTOH creating a NEW repo and updating that works!
git push -v
Pushing to ssh://[email protected]:10022/anda/devtools.wiki.git
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 307 bytes | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: No help topic for 'update'
remote: error: hook declined to update refs/heads/master
To ssh://[email protected]:10022/anda/devtools.wiki.git
! [remote rejected] master -> master (hook declined)
[x]
):Description
...
Screenshots
If this issue involves the Web Interface, please include a screenshot
The text was updated successfully, but these errors were encountered: