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 9, 2020. It is now read-only.
dep:
version : v0.3.2
build date : 2017-10-19
git hash : 8ddfc8a
go version : go1.9
go compiler : gc
platform : linux/amd64
What dep command did you run?
GOPATH="project-path" dep ensure
What did you expect to see?
Downloads and installs my dependancies in vendor
What did you see instead?
ensure Solve(): No versions of github.com/laddersoftware/http met constraints:
master: unable to update checked out version: : command failed: [git checkout fb426ba7e2843046c0fa67beaf19890c3b31f62f]: exit status 128
master: unable to update checked out version: : command failed: [git checkout fb426ba7e2843046c0fa67beaf19890c3b31f62f]: exit status 128
Extra
I'm using git credential cache to temporarily store my credentials. The timeout is sufficiently long
I can git clone github.com/laddersoftware/http with no issues.
Attempting the same action on another machine with the same Gopkg.toml works fine.
It's sporadically failing on different repositories in the project with the same error. Some sort of race I assume