-
Notifications
You must be signed in to change notification settings - Fork 159
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
Issues with fetching via git (GIT_CREDENTIAL_HELPER ?) #127
Comments
Hi, does the fetch work if running it without kas? Before using the credential helper, did you try the following:
Further, please also check if git rewrites ( I would also recommend to have a look at the Credential Handling part of our docs. |
Im not sure if I can fetch Rust crates via |
This definitely works, but you need to setup the
You can add these to a There are various options. Once you find a working combination, please also let us know, so we can add this example to the documentation. |
Ok. After putting the
Im using Looks like I am misuing |
Ive tried the NETRC method.
but looks like its attempting login per repository instead :| |
Weird, looks like this is more an issue for |
Hi.
Im trying to build a recipe that will need git cli access (rust-embedded/meta-rust-bin#185)
I've looked at docs and found
GIT_CREDENTIAL_HELPER
, but not sure how to use it. Can I get some guidance?Im not sure if the issue is related to
meta-rust-bin
, or the way I'm usingkas
.The text was updated successfully, but these errors were encountered: