之前我使用git config credential.helper 'cache --timeout=360000'
来存储仅限http的git存储库的git凭据。但我的凭据已经改变,我无法改变它。我试过了:
git config --system --unset credential.helper
git config credential.helper 'cache --timeout=1'
git config --global --unset user.password
但每次我做git pull
我都会
fatal: Authentication failed for
'https://SAVED-USERNAME:SAVEDPASSWORD@sourcecodeexampleurl.com/repo.git'`
答案 0 :(得分:0)
使用ssh,您根本不需要任何凭据
Control Panel -> Credential Manager -> Generic Credentials.
如果在凭据管理器下找不到,请在用户帐户下搜索