-
Notifications
You must be signed in to change notification settings - Fork 71
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
Private crates are not supported even with net.git-fetch-with-cli = true
#185
Comments
Maybe related to #168 |
Also, I can login via |
Looks like adding
fixed the issue. For some reason |
The I had another auth related issue though and it only manifested itself when we updated to Debian 10: cargo was not able to fetch anything via https, for instance, it failed fetching a public github repo:
I was quite puzzled, especially by the So my current fixup looks like this:
I think it would probably make sense to add the |
.cargo/config.toml
:However, when compiling with bitbake, it cannot find the private crates.
What is the workaround for this?
The text was updated successfully, but these errors were encountered: