You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been messing about again with it and noticed when I try this:
cargo login --registry=ktra
I get this
failed to authenticate when downloading repository
* attempted to find username/password via git's `credential.helper` support, but failed
if the git CLI succeeds then `net.git-fetch-with-cli` may help here
https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
Caused by:
failed to acquire username/password from local configuration
How do I store the username and password in git's credential.helper config?
I am using GitLab self hosting (Got Gitlab set up on my Synology - been using it for years now)
Now I want to implement Ktra for my Rust projects.
I've got to this stage:
https://book.ktra.dev/quick_start/create_ktra_configuration_file.html
I tried:
However, because it is self-hosting I'm not using HTTPS, it just HTTP so this doesn't work.
So I tried to use SSH instead, so here is the file
When I do this:
I get a message
So I did the following:
I can see my username, but can't work out the problem. Am I missing any additional ssh fields in the
.ktra.toml
film?The text was updated successfully, but these errors were encountered: