I have a new Pc with Windows 7 as the operating system. Before i’m getting drunk with some code, i have to install Git first. So i visited git-scm.com and download the latest version which is 1.8.5.2.
Everything was fine at first. But when i tried to push my code to github there was some error
fatal: could not read Username for ‘https://github.com’: No such file or directory
After a while googling i knew that it was a bug.
So, if you are experiencing the same issue, here’s the solution :
1. Uninstall git 1.8.5.2 and install previous version
2. Use Ssh instead of Https. For guide you can go here
Hope it can help you 😀
Facebook Comments