Before I did not know what to configure in the Git bash page, the following error is done in the Times:
$ GIT fetch origin
\ "D:/program Files (x86)/gitextensions/gitcredentialwinstore/git-credential-wins
Tore.exe\ "Get:-c:line 0:syntax error near unexpected token ' ('
\ "D:/program Files (x86)/gitextensions/gitcredentialwinstore/git-credential-wins
Tore.exe\ "Get:-c:line 0: ' \" D:/program Files (x86)/gitextensions/gitcredentia
Lwinstore/git-credential-winstore.exe\ "Get"
Workaround:
Locate the. gitconfig file, which, by default, is in the. gitconfig under C:\Users\ username \, which is opened with a text editor with one of the following configurations:
[Credential]
Helper =!\\\ "D:/program Files (x86)/gitextensions/gitcredentialwinstore/git-credential-winstore.exe\\\"
The escape character is modified to:
[Credential]
Helper = !\"D:/program Files (x86)/gitextensions/gitcredentialwinstore/git-credential-winstore.exe\"
This article is from the "Beyond the Dream" blog, please be sure to keep this source http://lbrant.blog.51cto.com/2400264/1650510
Gitextensions gitcredentialwinstore syntax error near unexpected token ' ('