Setting Up Github Windows Client Behind a Proxy
- Navigate to your git.exe directory (
C:\Users\your_username\AppData\Local\GitHub\PortableGit~\bin) git config --global http.proxy http://username:password@host:port/git config --system http.sslcainfo /bin/curl-ca-bundle.crt- Open the github client (it should work now)