Q - I intalled git to get the latest version of Angular. When i tried called
git clone https://github.com/angular/angular-phonecat.git
I got failed to connect to github 443 error
I even tried
git clone git://github.com/angular/angular-phonecat.git
That gave me failed to connect no error message.
I am behind my company firewall. I can not see my proxy details when I go to control panel->Internet Options -> connections -> lan setting
.IT guys are not sharing proxy information with me. I do not know what to do ??
I finally managed to do it. I will update the procedure that I had taken in order to Just wanted to compile all the steps that I did to get it to work
I feel more than desperate after trying all the above solutions. Fortunately, I finally find a way to solve it strangely on github homepage.
Before you try the fancy stuff, try disabling the firewall and antivirus and see if it works. That was my problem.
ipconfig /renew
- solved this issue for me.(Not an answer, but a very similar problem) I have Git Gui installed on a Windows system behind a proxy. Issuing 'git clone' from a Linux virtual machine running on the Windows system works, but Git Gui yields the 443 error mentioned in the heading.
To fix this, one must edit %USERPROFILE%\.gitconfig to add an [http] section:
Note that the path to the security certificate file has had its backslashes ('\') replaced by slashes ('/').
I got so:
I am using Tortoise Git and simply going to Git in Settings and applying the same settings to Global. Apply and Ok. Worked for me.