使用公鑰訪問碼雲

1.本地進入.ssh查看是否存在密鑰對:xxx和xxx.pub

命令:cd ~/.sshgit

2.若是不存在,使用ssh-keygen來建立

命令:ssh-keygen -t rsa -C "youremail@youremail.com"
例如:ssh-keygen -t rsa -C "wanwan5856@163.com"
註解:
Enter file in which to save the key 輸入保存祕鑰的文件 直接enter便可
Enter passphrase (empty for no passphrase) 輸入密碼 直接enter便可
此時查看.ssh目錄下可看到新增的一對祕鑰id_rsa和id_rsa.pub安全

3.把id_rsa.pub中的公鑰複製到gitee設置-安全設置-ssh公鑰中

4.若是之前是使用https下載的代碼須要把https切換到ssh

git remote set-url origin 倉庫ssh地址ssh

相關文章
相關標籤/搜索