Skip to content

Cannot update existing repo after upgrade to v1.1 #1224

Closed
@tullo

Description

@tullo

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://git@code.myserver.net: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://git@code.myserver.net:10022/anda/devtools.wiki.git
! [remote rejected] master -> master (hook declined)


  • Gitea version (or commit ref): docker pull gitea/gitea:1.1
  • Git version: 2.8.3
  • Operating system:
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

...

Screenshots

If this issue involves the Web Interface, please include a screenshot

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions