$ git push -u origin master
\"D:/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe\" get: "D:/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe": No such file or directory

 

$ notepad C:\\cygwin64\\home\\Administrator\\.gitconfig

 

改为(去掉两个反斜杠):

 

 [credential] 

helper = !\"D:/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe\"

 

 

 

相关文章:

  • 2022-01-15
  • 2021-08-20
  • 2021-12-30
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
相关资源
相似解决方案