Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go get -v gopkg.in/urfave/cli.v2 hangs indefinitely #591

Closed
yaravind opened this issue Jan 27, 2017 · 3 comments
Closed

go get -v gopkg.in/urfave/cli.v2 hangs indefinitely #591

yaravind opened this issue Jan 27, 2017 · 3 comments
Labels
kind/question someone asking a question

Comments

@yaravind
Copy link

The go get -v gopkg.in/urfave/cli.v2 is hanging after printing the following output. I could install other packages though. How to debug the root cause for this?

This has been hanging for over 6 hours. Had to come out of this by pressing cntrl+c.

$go get -v -insecure gopkg.in/urfave/cli.v2
Fetching https://gopkg.in/urfave/cli.v2?go-get=1
Parsing meta tags from https://gopkg.in/urfave/cli.v2?go-get=1 (status code 200)
get "gopkg.in/urfave/cli.v2": found meta tag main.metaImport{Prefix:"gopkg.in/urfave/cli.v2", VCS:"git", RepoRoot:"https://gopkg.in/urfave/cli.v2"} at https://gopkg.in/urfave/cli.v2?go-get=1
gopkg.in/urfave/cli.v2 (download)
@yaravind
Copy link
Author

yaravind commented Jan 27, 2017

I had to clone the reop myself for this to work

GOPATH/src/gopkg.in/urfave> git clone https://github.com/urfave/cli -b v2 cli.v2

@jszwedko
Copy link
Contributor

@yaravind I tried this right now and it seemed to work so perhaps the problem was intermittent. Do you still see the same issue?

@jszwedko jszwedko added the kind/question someone asking a question label Jan 28, 2017
@yaravind
Copy link
Author

@jszwedko I tried it now and it is working. So I guess it was a one time issue. But it lasted for a long time :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question someone asking a question
Projects
None yet
Development

No branches or pull requests

2 participants