I\'m using remote git repository. I successfully commit my files and now I\'m trying to push it up to stream.
Operation fails with this messasge:
git
On Windows, the only fix that worked for me was to remove the following lines from my .gitconfig file:
[credential]
helper = !'C:\\Users\\YourNameHere\\AppData\\Roaming\\GitCredStore\\git-credential-winstore.exe'
Once I did that, I manually pushed once (successfully), then added the above lines back to .gitconfig, and everything worked.