Setting Up Github for Windows behind a Proxy Server
Thanks to: https://medium.com
Here is a simple method to let Git pass through your server proxy and hopefully allow you to complete repository cloning.
- Upon the installation of Github for Windows, a configuration file is automatically created and stored in C:\Users\<your computer username>\.gitconfig — Open this file using any text editor. I recommend notepad++.
- Edit the .gitconfig file to include calls for proxy registration — HTTP and HTTPS
This handy website
determines what your company’s/institution’s proxy address is. After
the proxy address, you need to provide the port to which your
institution sets up the proxy to pass. *note the colon in between*.
Comentarios
Publicar un comentario
Dime si la información de este blog te sirvio.