windows下通過ssh連接github

(1) 檢測ssh是否存在; 輸入ls -al ~/.ssh,如果沒有,顯示 No such file or directory。否則,顯示id_rsa、id-rsa.pub。 (2) 如果沒有,配置ssh;輸入ssh-keygen -t -rsa -C 「你註冊github填寫的郵箱地址」。 (3) windos系統在目錄C:\Users\用戶名\.ssh下找到你的密鑰。id_rsa對應你的私鑰
相關文章
相關標籤/搜索