I recently encountered the following message when I pushed to a GitHub repo:
\"fatal: HttpRequestException encountered. \"
followed by bei
Step 1 Firstly you need to download and install the latest version of the Git Windows Credential Manager.
Here is the link to it on GitHub. https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases/latest
Step 2 Restart your machine.
Step 3 Enter a git command in the command line and you will be prompted to login again.
Step 4 If you still get the same fatal error, you will need to update Git by downloading the latest version from here: https://git-scm.com/downloads
Step 5 Enter a git command in the command line and you will be prompted to login again. The problem should be solved now and you should be able to carry on working as normally.