microsoft / Git-Credential-Manager-for-Windows

Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication.
Other
2.87k stars 591 forks source link

Git keeps prompting me for passphrase #915

Open mwpowellhtx opened 4 years ago

mwpowellhtx commented 4 years ago

I honestly do not know what I a might be doing wrong. I've followed what I think are all the recommended steps. I have Git for Windows installed, installed both GCM and GCM Core, as a matter of fact, and configured both. In my Git config currently...

My Git global and user profiles vis a vis credentials look something like this:

file:C:/Program Files/Git/etc/gitconfig credential.https://dev.azure.com.usehttppath=true
file:C:/Program Files/Git/etc/gitconfig credential.helper=manager
file:C:/Program Files/Git/etc/gitconfig credential.modalprompt=true

Perhaps my system needs a restart for some Git, TortoiseGit, GCM, etc, services to come online properly.