when i am trying push to origin , after typing below command :
git push -u origin master
fatal : Unable to access 'https://github.com/jayaramarao/jayaportfolio.git'
Failed to connect to github.com port 443: Time out
when i am trying push to origin , after typing below command :
git push -u origin master
fatal : Unable to access 'https://github.com/jayaramarao/jayaportfolio.git'
Failed to connect to github.com port 443: Time out
looks like you behind a proxy.
Set the proxy on your machine and it should work
git config --global http.proxy <ip>:<port>