Created
October 26, 2010 20:25
Revisions
-
icantrap revised this gist
Oct 26, 2010 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,6 @@ For read-only (git:) urls, install [corkscrew](http://www.agroman.net/corkscrew/ 1. Download git-proxy.sh. Put it somewhere and make it executable. 2. Run `git config --global core.gitproxy '/usr/local/bin/git-proxy.sh'` To clone, push, pull over ssh, add the contents of ssh_config to your ~/.ssh/config file. -
icantrap revised this gist
Oct 26, 2010 . 2 changed files with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ #!/bin/bash exec corkscrew 10.10.10.10 8080 $* This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ Host gitorious.org Hostname ssh.gitorious.org Port 443 ProxyCommand corkscrew 10.10.10.10 8080 %h %p Host github.com Hostname ssh.github.com Port 443 ProxyCommand corkscrew 10.10.10.10 8080 %h %p -
icantrap revised this gist
Oct 26, 2010 . 1 changed file with 3 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,9 @@ You could always use [Smart HTTP](http://github.com/blog/642-smart-http-support). For read-only (git:) urls, install [corkscrew](http://www.agroman.net/corkscrew/). 1. Download git-proxy.sh. Put it somewhere and make it executable. 2. Run `git config --global core.gitproxy '/usr/local/bin/git-proxy'` To clone, push, pull over ssh, add the contents of ssh_config to your ~/.ssh/config file. -
icantrap created this gist
Oct 26, 2010 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ You could always use [Smart HTTP](http://github.com/blog/642-smart-http-support). For read-only (git:) urls ... Install [corkscrew](http://www.agroman.net/corkscrew/). Download git-proxy.sh. Put it somewhere and make it executable. Run `git config --global core.gitproxy '/usr/local/bin/git-proxy'` To clone, push, pull over ssh, add the contents of ssh_config to your ~/.ssh/config file. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ #!/bin/bash exec corkscrew 10.241.32.28 8080 $* This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ Host gitorious.org Hostname ssh.gitorious.org Port 443 ProxyCommand corkscrew 10.241.32.28 8080 %h %p Host github.com Hostname ssh.github.com Port 443 ProxyCommand corkscrew 10.241.32.28 8080 %h %p