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.

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

@tim-gp

Description

@tim-gp

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.

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