Tag Archives: fatal: could not read Username for ‘https://github.com’: No such file or directory

[Solved] GitHub desktop push error: fatal: could not read Username for ‘https://github.com’: No such file or directory

GitHub desktop installation, login to GitHub, configure SSH, submit and push modified content, but the error is as follows:

fatal: could not read Username for 'https://github.com': No such file or directory

The reason may be the GIT bash version problem

Solution: in the project document, right-click git bash here and execute the instruction to push normally

git remote set-url origin [email protected]:SouthBegonia/UnityWorld.git

Note: [email protected]: southbegonia/unityworld.Git is the SSH address of your own project