golang-web-dev icon indicating copy to clipboard operation
golang-web-dev copied to clipboard

package github.com/GoesToEleven/golang-web-dev: exit status 128 because of EoF error

Open donnrri opened this issue 5 years ago • 1 comments

When trying to go get or git clone this repo I get the following errors

Cloning into 'C:\GoWorkspace\src\github.com\GoesToEleven\golang-web-dev'... fatal: early EOF fatal: the remote end hung up unexpectedly fatal: index-pack failed error: RPC failed; curl 18 transfer closed with outstanding read data remaining package github.com/GoesToEleven/golang-web-dev: exit status 128

I tried to goolge around on this but didn't get very far is it something that can be fixed ay the repo end . Thanks

donnrri avatar Mar 13 '20 09:03 donnrri

Try cloning using SSH instead.. Sometimes large repos need to be cloned that way.

iwita avatar Apr 17 '20 16:04 iwita