To configure your Github:
- Close your Github
- Open .gitconfig file typically found at
C:\Users\<username>\.gitconfig
orC:\Documents & Settings\<username>\.gitconfig
- Edit .gitconfig file, just add the following lines. Take note to use your own proxy settings!
[http]
proxy = http://proxy.yourcompany.com:8080
[https]
proxy = http://proxy.yourcompany.com:8080
If you want to download Github for Windows, you can download it here
No comments:
Post a Comment