Custom Search

Wednesday, February 3, 2016

fatal: unable to access 'https://github.com Failed to connect to github.com port 443: Connection refused

How to fix if you are behind a proxy

$git config --list

$git config --global http.proxy http://10.160.192.110:3128

$git config --list



No comments:

Post a Comment