1. 程式人生 > >GitHub使用技巧彙總

GitHub使用技巧彙總

最近入駐GitHub,開此博文不斷更新使用技巧

一、Linux下代理及防火牆翻越(主要用於SSH協議)

根據http://help.github.com/firewalls-and-proxies/中的敘述,

首先安裝corkscrew,然後vim ~/.ssh/config建立檔案,內容如下:

Host github.com                                                      
ControlPersist 4h
ProxyCommand corkscrew 代理伺服器IP 埠 %h %p ~/.ssh/.corkscrew-aut    h