Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
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

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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