2013年6月21日 星期五

Gitorious with SSH



  1. Gitorious SSH port為 443
  2. 建立Gitorious帳號
  3. 上傳 SSH public key
    1. 擷取~/.ssh/id_ras.pub 貼於Gitorious個人帳號內
  4. 驗證SSH通訊 
    1. ssh -p 443 git@ssh.gitorious.org
  5.  測試Git Clone
    1. git clone ssh://git@ssh.gitorious.org:443/rowboat/bionic.git
  6. 驗證結果