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

Dep ensure results in exit status 128 for private repo #1430

@nbosscher

Description

@nbosscher

What version of dep are you using (dep version)?

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions