You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
When trying to push changes over ssh I'm facing a situation where the go process hangs in the (*Repository).Push() call. I'm able to reproduce with the example push code distributed with the gopkg.in/src-d/go-git.v4 project.
I start by just setting up a local repository and creating a new commit:
When trying to push changes over ssh I'm facing a situation where the go process hangs in the
(*Repository).Push()
call. I'm able to reproduce with the example push code distributed with thegopkg.in/src-d/go-git.v4
project.I start by just setting up a local repository and creating a new commit:
I then try to push the change using the example code. This hangs until I send a SIGQUIT from my terminal with Control-\
The change has been successfully received in github, and we can demonstrate that by reattempting to push the same commit:
Some information on the exact version of
gopkg.in/src-d/go-git.v4
that I have installed locally:Some information on my local git version, go version, and go env:
The text was updated successfully, but these errors were encountered: