{"id":418,"date":"2009-10-20T23:09:00","date_gmt":"2009-10-20T21:09:00","guid":{"rendered":"http:\/\/mattiesworld.gotdns.org\/weblog\/2009\/10\/20\/git-through-proxy\/"},"modified":"2010-06-07T17:16:09","modified_gmt":"2010-06-07T15:16:09","slug":"git-through-proxy","status":"publish","type":"post","link":"https:\/\/mattiesworld.gotdns.org\/weblog\/2009\/10\/20\/git-through-proxy\/","title":{"rendered":"git through proxy"},"content":{"rendered":"<p>You&#8217;re at work and want to access your git repo who&#8217;s residing in the free external world?<\/p>\n<p>create the following config file in your .ssh folder:<\/p>\n<p><code>Host <git host><br \/>\nProxyCommand connect -S &lt;proxy host&gt;:&lt;proxy port&gt; %h %p<br \/>\n<\/git><\/code><\/p>\n<p>replace the hosts and port as appropriate.<\/p>\n<p>You can find the connect executable for windows <a href=\"http:\/\/bent.latency.net\/bent\/darcs\/goto-san-connect-1.85\/src\/connect.html\">here<\/a> (contains a lot of other useful socks info as well).<br \/>\n<small>Hat tip to pieter.<\/small><\/p>\n","protected":false},"excerpt":{"rendered":"<p>You&#8217;re at work and want to access your git repo who&#8217;s residing in the free external world? create the following config file in your .ssh folder: Host ProxyCommand connect -S &lt;proxy host&gt;:&lt;proxy port&gt; %h %p replace the hosts and port as appropriate. You can find the connect executable for windows here (contains a lot of &hellip; <a href=\"https:\/\/mattiesworld.gotdns.org\/weblog\/2009\/10\/20\/git-through-proxy\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">git through proxy<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,10],"tags":[],"class_list":["post-418","post","type-post","status-publish","format-standard","hentry","category-programming","category-tweaking"],"_links":{"self":[{"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/posts\/418","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/comments?post=418"}],"version-history":[{"count":0,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/posts\/418\/revisions"}],"wp:attachment":[{"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/media?parent=418"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/categories?post=418"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/tags?post=418"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}