user2368632
user2368632

Reputation: 1073

What causes this git push error inside of visual studio 2017 v15.5.6?

Trying to push my GIT commit inside of Visual Studio 2017 v15.5.6 and running into strange error when pushing commit from inside visual studio:

Error encountered while fetching: Git failed with a fatal error. HttpRequestException encountered. An error occurred while sending the request. cannot spawn askpass: No such file or directory could not read Username for 'https://github.com': terminal prompts disabled

What might cause this error? How do you troubleshoot?

Upvotes: 1

Views: 210

Answers (1)

user2368632
user2368632

Reputation: 1073

Updated to Visual Studio 15.5.7 and can now push my commit without error.

Upvotes: 1

Related Questions