参考:http://www.cnblogs.com/hlizard/p/3627792.html
报错类似以下错误
\"F:/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe\" get: "F:/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe": No such file or directory
解决方案
在C:\Users\用户名 里面找到.gitconfig文件并打开文件
将helper = !\\\"F:/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe\\\"中\\去掉,也就是改为
helper = !\"F:/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe\"即可解决问题
win8/win7中使用Git Extensions PuTTy模式提交时 git-credential-winstore.exe": No such file or directory 错误解决方案
时间: 2024-11-08 22:33:03