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

Username prompt from code.cloudfoundry.org/cli, then seems to hang #1356

Closed
tim-gp opened this issue Nov 7, 2017 · 0 comments · Fixed by #1357
Closed

Username prompt from code.cloudfoundry.org/cli, then seems to hang #1356

tim-gp opened this issue Nov 7, 2017 · 0 comments · Fixed by #1357

Comments

@tim-gp
Copy link

tim-gp commented Nov 7, 2017

Note that I did try entering my username.

Reproduce with:

$ mkdir -p ~/golang/src/mypjt && \
 export GOPATH=~/golang && \
 cd $GOPATH/src/mypjt && \
 echo 'package main
 import (
 _ "code.cloudfoundry.org/cli"
 )' > app.go

$ dep init -v
Getting direct dependencies...
Checked 1 directories for packages.
Found 1 direct dependencies.
Root project is "mypjt"
 1 transitively valid internal packages
 1 external packages imported from 1 projects
(0)   ✓ select (root)
(1)	? attempt code.cloudfoundry.org/cli with 1 pkgs; 69 versions to try
(1)	    try code.cloudfoundry.org/cli@v9001
Username for 'https://github.com': 

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

v0.3.2-48-gc47c866e

What dep command did you run?

dep init -v

What did you expect to see?

Successful completion.

What did you see instead?

Username prompt for github.com, then seemed to hang.

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