I tried to push some changes to github using git push origin master, but after some time it showed an error
git push origin master
fatal: unable to access \'https://gi
Are you behind a proxy? Check content of C:\Users\[your username]\.gitconfig and make sure proxy is configured:
C:\Users\[your username]\.gitconfig
[http] proxy = http://yourproxy.com:8080 //change your settings here [https] proxy = http://yourproxy.com:8080 //change your settings here