Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Installation fails using go get -u https://github.com/alecthomas/gometalinter #233

Closed
mehmetg opened this issue Feb 7, 2017 · 3 comments

Comments

@mehmetg
Copy link

mehmetg commented Feb 7, 2017

`➜ goWorkspace go get -u github.com/alecthomas/gometalinter

cd .; git clone https://gopkg.in/alecthomas/kingpin.v2 /Users/mehmetgerceker/workspace/goWorkspace/src/gopkg.in/alecthomas/kingpin.v2

Cloning into '/Users/mehmetgerceker/workspace/goWorkspace/src/gopkg.in/alecthomas/kingpin.v2'...
error: RPC failed; HTTP 301 curl 22 The requested URL returned error: 301
fatal: The remote end hung up unexpectedly
package gopkg.in/alecthomas/kingpin.v2: exit status 128

cd .; git clone https://gopkg.in/alecthomas/kingpin.v3-unstable /Users/mehmetgerceker/workspace/goWorkspace/src/gopkg.in/alecthomas/kingpin.v3-unstable

Cloning into '/Users/mehmetgerceker/workspace/goWorkspace/src/gopkg.in/alecthomas/kingpin.v3-unstable'...
error: RPC failed; HTTP 301 curl 22 The requested URL returned error: 301
fatal: The remote end hung up unexpectedly
package gopkg.in/alecthomas/kingpin.v3-unstable: exit status **128`

@alecthomas
Copy link
Owner

This is an issue with gopkg.in. See this issue for details and a workaround.

alecthomas added a commit that referenced this issue Feb 12, 2017
@niemeyer
Copy link

No need to change the configuration anymore. We've changed gopkg.in itself to support the new git quirks.

@alecthomas
Copy link
Owner

Brilliant @niemeyer, thanks!

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

No branches or pull requests

3 participants