Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Cannot update a single dependency #1191

Closed
kevinburke opened this issue Jul 25, 2019 · 0 comments · Fixed by #1200
Closed

Cannot update a single dependency #1191

kevinburke opened this issue Jul 25, 2019 · 0 comments · Fixed by #1200

Comments

@kevinburke
Copy link

kevinburke commented Jul 25, 2019

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.

[transfer]
    fsckobjects = true

[fetch]
    fsckobjects = true

[receive]
    fsckobjects = true
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant