Tag Archives: sourcetree

Source Tree 使用 proxy 連線設定

那天把自己的 Proxy Server 架設起來之後,就順勢再啟動一次 fail2ban 嚴格的管制,結果,這次又把自己 ban 掉了。

經過一番調查,發現是 scm server ,也就是 git server 連線的部分過於頻繁,又引發 fail2ban 把我自己的 IP ban 掉。所以接下來的問題就是,要怎麼把 Source Tree 設定為透過 Proxy 出去 access。

稍微 Google 了一輪,發現 Source Tree 裡面並沒有直接的設定可以處理這一段,本來以為跟 Browser 類似,都是只要叫出某個 Proxy 設定,填上去就收工了,事實上並不是這樣,而是需要透過 command line 直接去設定 git global 的 http config。

Continue reading