Skip to content

Instantly share code, notes, and snippets.

@gslin
Last active January 2, 2019 03:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gslin/1267f3f0fc3675f345a149246b9ce14a to your computer and use it in GitHub Desktop.
Save gslin/1267f3f0fc3675f345a149246b9ce14a to your computer and use it in GitHub Desktop.
$ git push -v --follow-tags
Pushing to git@gitea.gslin.com:gslin/tv.git
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 405 bytes | 0 bytes/s, done.
Total 3 (delta 1), reused 0 (delta 0)
remote: Gitea: Internal error
remote: retrieve protected branches information failed: Failed to update public key: EOF
To git@gitea.gslin.com:gslin/tv.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@gitea.gslin.com:gslin/tv.git'
$ git push -v --follow-tags
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working directory clean
Pushing to git@gitea.gslin.com:gslin/tv.git
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 405 bytes | 0 bytes/s, done.
Total 3 (delta 1), reused 0 (delta 0)
To git@gitea.gslin.com:gslin/tv.git
42e03e7..3476b38 master -> master
updating local tracking ref 'refs/remotes/origin/master'
2019/01/02 00:07:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 00:17:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 00:27:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 00:37:22 [.../gogits/cron/cron.go:92 Run()] [E] DeletedBranchesCleanup: invalid connection
2019/01/02 00:40:01 [.../api/v1/user/user.go:106 GetInfo()] [E] GetUserByName: invalid connection
2019/01/02 00:47:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 00:57:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 01:07:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 01:17:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 01:27:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 01:37:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 01:47:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 01:57:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 02:07:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 02:17:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 02:27:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 02:37:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 02:47:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 02:57:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 03:07:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 03:17:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 03:27:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
2019/01/02 03:37:22 [.../gogits/cron/cron.go:92 Run()] [E] MirrorUpdate: invalid connection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment