首页 > 其他分享 >fatal: Unable to persist credentials with the 'wincredman' credential store.

fatal: Unable to persist credentials with the 'wincredman' credential store.

时间:2023-01-28 14:14:34浏览次数:66  
标签:credential git Unable persist wincredman store

当连接windows系统的ssh 执行git操作时会出现无法使用令牌存储时可用以下命令 用dpapi替代wincredman

git config --system credential.credentialStore dpapi

 

参考:Unable to use Windows Authentication in recent builds of GCM from headless Windows environment · Issue #817 · GitCredentialManager/git-credential-manager (github.com)

标签:credential,git,Unable,persist,wincredman,store
From: https://www.cnblogs.com/zwb800/p/17070192.html

相关文章