Closed
Description
I recently upgraded to the most recent docker build. Now when I clone and push to a new repository I get this when running git push
:
No refs in common and none specified; doing nothing.
Perhaps you should specify a branch such as 'master'.
fatal: The remote end hung up unexpectedly
Gogs: Internal error
Failed to execute git command: exit status 128
This is only when using the git
protocol. If I use the http
protocol I can clone and push, but when pushing I have to specify origin master
like this git push origin master
. I can't just write git push
, which I think used to work before.