I have downloaded the git and set name and email variables. When trying to clone the repository, facing 443 timeout issue. I am using a corporate machine, can this be the issue. Also, the http.proxy in git-config is null, is it required to set it to system IP?
Below error is faced:
fatal: unable to access 'https://github.com/XXXXXXXX/XXXXX.git/': Failed to connect to github.com port 443: Timed out
I found a post asking to use :
git config --global http.proxy
http://proxyUsername:proxyPassword@proxy.server.com:port
What is proxyUsername, proxyPassword,proxy.server.com, port here? Where can I check these in my machine? (Windows 7)