I am in windows machine and trying to
git clone --depth=14 https://github.com/angular/angular-phonecat.git
I got failed to connect to github 443 error
then I Updated the http.proxy key in git config by following command
git config --global http.proxy http://mycompany.proxy.name/my-company.com/abc.pac
Still its failing with following error
D:\>git clone --depth=14 https://github.com/angular/angular-phonecat.git
Cloning into 'angular-phonecat'...
fatal: unable to access 'https://github.com/angular/angular-phonecat.git/': Failed connect to github.com:1080; No error
Any luck here ?