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

gopkg.in/* redirect doesnt work with git v2.11.1 #96

Open
apoorvam opened this issue Feb 16, 2017 · 1 comment
Open

gopkg.in/* redirect doesnt work with git v2.11.1 #96

apoorvam opened this issue Feb 16, 2017 · 1 comment

Comments

@apoorvam
Copy link

The import path for this package is gopkg.in/*, which is normally supposed to be "github.com/go-check/check".

With the new version of Git v2.11.1 the redirects should be explicitly enabled. Details. Its not possible to do in certain cases like remote agents.

Doing go get github.com/go-check/check works, however godep looks for master branch to have the library code. This is not the case here and is on a branch v1.

Why is this even redirected via gopkg.in and how to resolve this issue?

@ashb
Copy link

ashb commented Dec 4, 2017

Should be fixed now by a change in gopkg.in niemeyer/gopkg#50

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