Git使用之設定SSH Key,git設定sshkey

來源:互聯網
上載者:User

Git使用之設定SSH Key,git設定sshkey

設定SSH Key
  
  1.    檢查是否已經有SSH Key。
  
  $cd ~/.ssh
  
  如果說沒有這個目錄,就直接看第三步
  
  2.    備份
  
  3.    產生一個新的SSH。
  
  $ssh-keygen -t rsa -C "email"
  
  之後直接斷行符號,不用填寫東西。之後會讓你輸入密碼。然後就產生一個目錄.ssh ,裡面有兩個檔案:id_rsa , id_rsa.pub
  
  4.    把這個SSH放到github上。用公開金鑰。先在GitHub上註冊一個使用者,然後進入account-setting ,把id_rsa.pub的內容複寫進去就可以了。
  


  然後把id_rsa.pub裡的內容複寫進去就可以了。

  


  5.    測試OK。輸入命令:
  
  $ssh -T git@github.com
  
  ubuntu下會讓你輸入密碼,輸入完成後,會顯示在GitHub上的使用者名稱。
  
  Then:設定Git的帳戶資訊:
  
  在終端裡輸入命令:
  
  git config --global user.name "username"
  
  git config --global user.email "email"
  
  協助文檔上說不用token了。之後就可以開始建庫,開始使用。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.