timshadel (owner)

Revisions

gist: 89426 Download_button fork
public
Description:
Simple way to access github through a proxy server
Public Clone URL: git://gist.github.com/89426.git
Embed All Files: show embed
~/.gitconfig #
1
2
3
[core]
    gitproxy="/Users/name/bin/gitproxy" for github.com
 
~/bin/gitproxy #
1
exec /opt/local/bin/corkscrew my_proxy_host 80 $1 $2