-
Notifications
You must be signed in to change notification settings - Fork 540
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
glide install fails with alias: "The Remote does not match the VCS endpoint" #210
Comments
Apologies, it looks like this is due to me not clearing out the relevant repo under |
I still get this even while removing vendor directory. |
Yes, I still see this error even after |
Getting the same error, even after
update |
We had the same problem and solved it by modifying the glide.yaml to case-strict match the VCS endpoint ( |
Or try something like this: glide cc; rm -rf ~/.glide; rm -rf vendor; rm glide.lock; glide install --force --strip-vendor |
For the benefit of anyone brought here by Google... solution: sirupsen/logrus#553 (comment) |
|
My
glide.yaml
:Snippet of log from
glide install
:Error originates in source here: https://github.com/Masterminds/vcs/blob/master/repo.go
The text was updated successfully, but these errors were encountered: