| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
make git consume proxy env
go get github.com/fishead/git-proxyJust prepend proxy before clone, fetch or push
# set http proxy
export HTTP_PROXY=http://127.0.0.1:1087
# or socks5 proxy
export SOCKS_SERVER=127.0.0.1:1087
# then
git proxy clone git@github.com:fishead/git-proxy.git
# or
git proxy clone https://github.com/fishead/git-proxy.gitYes.
| Back | FazBrowse Home | New Git URL |