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

301 for lumberjack.v2 dependency #3

Closed
pwittrock opened this issue Feb 15, 2017 · 1 comment
Closed

301 for lumberjack.v2 dependency #3

pwittrock opened this issue Feb 15, 2017 · 1 comment

Comments

@pwittrock
Copy link
Member

pwittrock commented Feb 15, 2017

When I try to build this using glide, I get the following error:

[WARN]	Unable to checkout gopkg.in/natefinch/lumberjack.v2
[ERROR]	Error looking for gopkg.in/natefinch/lumberjack.v2: Unable to get repository

Trying to get the package directly results in

go get gopkg.in/natefinch/lumberjack.v2
# cd .; git clone https://gopkg.in/natefinch/lumberjack.v2 /XXX/sample-apiserver/src/gopkg.in/natefinch/lumberjack.v2
Cloning into '/XXX/sample-apiserver/src/gopkg.in/natefinch/lumberjack.v2'...
error: RPC failed; HTTP 301 curl 22 The requested URL returned error: 301
fatal: The remote end hung up unexpectedly
package gopkg.in/natefinch/lumberjack.v2: exit status 128
@spxtr
Copy link
Contributor

spxtr commented Feb 15, 2017

git config http.https://gopkg.in.followRedirects true

kubernetes/kubernetes#39583

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants