按以下命令來生成 sshkey。git
在桌面空白處右鍵打開Git Bash Here(終端)github
輸入: ssh-keygen -t rsa -C "xxxxx@xxxxx.com" (xxxxx@xxxxx.com爲你git上的用戶名)
執行成功後,返回
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/Administrator/.ssh/id_rsa):
再按一次回車後可能會出現如下兩種狀況的一種:
(1)
Enter passphrase (empty for no passphrase):
這種狀況直接按回車就能夠
(2)
這說明你已經設置了存儲地址,咱們輸入「y」覆蓋,回車。。。
兩次回車後回出現如下內容,說明SSH key就已經生成了。
經過查看 cat ~/.ssh/id_rsa.pub 文件內容,獲取到你的 public key
(說明:ssh-rsa 後面的內容這就是你的SSH keys,複製ssh keys的時候要所有複製下來,不然會生成密鑰失敗)
把SSH keys直接添加到github帳戶設置裏邊的SSH keys
最後再執行git clone命令就能夠了
*(要是使用碼雲的話--複製生成後的 ssh key,經過倉庫主頁 「管理」->「部署公鑰管理」->「添加部署公鑰」,
添加生成的 public key 添加到倉庫中。添加後,在終端中輸入ssh -T git@gitee.com首次使用須要確認並添加主機到本機SSH可信列表。
若返回 內容,則證實添加成功。
添加成功後,就能夠使用SSH協議對倉庫進行操做了。)
Hi XXX! You've successfully authenticated, but Gitee.com does not provide shell access.
如下內容請忽略哈哈哈哈哈哈哈哈哈哈哈哈!我是誰?我在幹嗎?在技術上摸索的小菜雞一枚,一步一個腳印。加油!!