Skip to content

ochibooh/using-git-behind-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Using GIT behind a proxy network

We are going to look at how to configure git to work behind a proxy network.

Setup proxy

Configure

Setup proxy for global use. This will be used by all repos.

git config --global http.proxy http://user-name:password@server-ip:port

or

git config --global http.proxy http://server-ip:port

About

How to use git behind a proxy network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published