-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Unable to update git dependency #2728
Comments
Oh dear well that's just a terrible error message! I think, however, that it's a legitimate error message due to this line which is going outside its directory to find a dependency. We could probably show this a bit more with better errors, however (e.g. why we're looking at this path in the first place) |
Oh boy, I would have never guessed it comes from |
Yeah I think that'll get it working |
This should be more-or-less fixed by #7947, where broken path dependencies are ignored. Cargo still hunts through the git repo for the dependency (which is a little wonky, but mostly works). It probably shouldn't ignore the paths, but that's an issue for another day. |
Here's an example project https://github.com/polachok/cargo-failed
It's actually in commit hash folder:
I'm running this in a docker container with ubuntu 12.04 and rust installed with official installer.
The text was updated successfully, but these errors were encountered: