-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
A-gitArea: anything dealing with gitArea: anything dealing with gitC-bugCategory: bugCategory: bugO-windowsOS: WindowsOS: WindowsS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Description
I was using private repos in my Cargo.toml before without problems.
My git installation is GitHub Desktop for windows.
But now I get this error when doing cargo build on a project that uses a private repo:
failed to authenticate when downloading repository
attempted to find username/password via git's `credential.helper` support, but failed
Caused by:
[7/-1] Config value 'credential.helper' was not found
Even though ssh-agent.exe is running, and when I git clone the repo manually on the cmd line, it doesn't ask me for credentials, so the underlying mechanism is working.
(It's been several months since I last tried to build this project but I didn't change anything in it from when it last compiled successfully, only updated rust/cargo (and GitHub updated itself).)
cargo 0.16.0-nightly (3568be9 2016-11-26)
paul-tcell, naktinis, drewkett, quxiaolong1504, gruberb and 3 more
Metadata
Metadata
Assignees
Labels
A-gitArea: anything dealing with gitArea: anything dealing with gitC-bugCategory: bugCategory: bugO-windowsOS: WindowsOS: WindowsS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.