[Solved] Git push fatal unable to access Recv failure Connection was reset

2023/05/17 17:03

Error

fatal unable to access Recv failure Connection was reset

Solution

Just check your user name and password. There must be something wrong.

git config --global user.email ""  
git config --global user.name ""

Leave a Reply

Back to top