I am getting an error in my VS 2017 Team Explorer whenever I pull/fetch or push.
Git failed with a fatal error.
HttpRequestException encountered.
An error occurred while sending the request.
cannot spawn /C/Program Files/Git/mingw64/libexec/git-core/git-askpass.exe: No error
could not read Password for 'https://<myusername>@bitbucket.org': terminal prompts disabled.
I tried to set my password by indicating:
https://<myusername>:<mypassword>@bitbucket.org
Still not fixed. But when I used SourceTree, it is fine.
How can I fix this so I can able to use VS Team Explorer again for pull/push?
I am using the following:
- VS 2017 Community 15.7.6
- Git version 2.18.0
- Bitbucket
Thanks in advance.