Reputation: 1844
Why does the Fatal Http Request Exception encountered message occur even after having a successful git push as shown below
C:\xampp\htdocs\pick2get\pic2get_>git push -u origin master
Fatal: HttpRequestException encountered.
Username for 'https://github.com': CharlesNjau
Password for 'https://[email protected]':
Counting objects: 219, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (209/209), done.
Writing objects: 38% (84/219), 984.00 KiB | 24.00 KiB/s
Upvotes: 1
Views: 1956
Reputation: 1372
Usually this is caused by a mismatch of TLS: depending on your configuration you may want to update your account manager or check visual studio extensions updates.
Upvotes: 2