tools / godep

dependency tool for go
http://godoc.org/github.com/tools/godep
BSD 3-Clause "New" or "Revised" License
5.54k stars 455 forks source link

git+ssh for private git repositories #514

Closed ciceroverneck closed 6 years ago

ciceroverneck commented 7 years ago

Expected behavior

It should work for SSH key. .netrc prevent you from using two-factor-authentication. https://help.github.com/articles/requiring-two-factor-authentication-in-your-organization/

Actual behavior

It works for ~/.netrc https://github.com/tools/godep/issues/58

godep version output

godep v74 (darwin/amd64/go1.7rc1)

go version output

go version go1.7rc1 darwin/amd64

Contents of Godeps.json file

private repos

freeformz commented 7 years ago

godep just shells out to git.

On Thu, Sep 15, 2016 at 9:40 AM Cícero Verneck Corrêa < notifications@github.com> wrote:

Expected behavior

It should work for SSH key. .netrc prevent you from using two-factor-authentication.

https://help.github.com/articles/requiring-two-factor-authentication-in-your-organization/ Actual behavior

It works for ~/.netrc #58 https://github.com/tools/godep/issues/58 godep version output

godep v74 (darwin/amd64/go1.7rc1) go version output

go version go1.7rc1 darwin/amd64 Contents of Godeps.json file

private repos

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tools/godep/issues/514, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAAZ-bXC54PqVhhU1p87WZKizF74rYKks5qqXT3gaJpZM4J-FUI .

freeformz commented 6 years ago

I am closing this issue because the repo is going to be archived.