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.
I'm attempting to update github.com/kevinburke/ssh_config to the latest version. When I update go.mod and then run GO111MODULE=on go get ./..., I receive the following error after about ten minutes.
$ GO111MODULE=on go get github.com/kevinburke/ssh_config@6cfae18c12b8934b1afba3ce8159476fdef666ba
go: gopkg.in/src-d/[email protected]: reading gopkg.in/src-d/go-git-fixtures.v3/go.mod at revision v3.5.0: git fetch -f https://gopkg.in/src-d/go-git-fixtures.v3 refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /Users/kevin/pkg/mod/cache/vcs/ebfcf7278cda606555a1c47eeeea0fa8f4814162310bc7841553a918a6c0ceab: exit status 128:
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
I have no idea what the problem is. I can reproduce the problem reliably but I'm on a pretty slow Internet connection.
I have these lines in my ~/.gitconfig but I tried commenting them out and got the same error.
Uh oh!
There was an error while loading. Please reload this page.
I'm attempting to update github.com/kevinburke/ssh_config to the latest version. When I update go.mod and then run
GO111MODULE=on go get ./...
, I receive the following error after about ten minutes.I have no idea what the problem is. I can reproduce the problem reliably but I'm on a pretty slow Internet connection.
I have these lines in my ~/.gitconfig but I tried commenting them out and got the same error.
The text was updated successfully, but these errors were encountered: