第一種方法: 經過 git 命令行來操做git
一、cd ~/.ssh 服務器
二、ls ssh
注:若是.ssh 目錄下有文件存在那麼表示以前添加過ide
三、 ssh-keygen -t rsa -C "xxxxxx@yy.com" # git 的帳戶郵箱命令行
Enter file in which to save the key (/c/Users/xxxx_000/.ssh/id_rsa): # 輸入文件的名稱,推薦直接回車3d
Enter passphrase (empty for no passphrase): # 若是這裏填寫了密碼,就不能實現免密碼登陸了,推薦不填寫blog
Enter same passphrase again: # 再次確認密碼(能夠爲空)it
Your identification has been saved in /c/Users/xxxx_000/.ssh/id_rsa. #生成的密鑰io
Your public key has been saved in /c/Users/xxxx_000/.ssh/id_rsa.pub. #生成的公鑰登錄
四、複製id_rsa.pub的公鑰內容到 git 服務器上