git配置用戶名密碼、生成ssh。添加到github

一 、git 設置Git的user name和email:github $ git config --global user.name "xxx" $ git config --global user.email "xxx@xxx.com" 2、生成SSH密鑰過程: 1.查看是否已經有了ssh密鑰:cd ~/.ssh 若是沒有密鑰則不會有此文件夾,有則備份刪除 2.生存密鑰: $ ssh-keyg
相關文章
相關標籤/搜索