| git config --global user.name "xxx"git config --global user.email "郵箱地址"git config --global user.email "2997057567@qq.com" |
| |
No such file or directory |
| ssh-keygen -t rsa -b 4096 -C "郵件地址"或者ssh-keygen -t rsa -C "郵件地址"ssh-keygen -t rsa -C "2997057567@qq.com"你的github - Setting - Emails 查看 !!! 一定要輸入注冊Github賬號的郵箱 !!! |
查看ssh | linux小白可以使用:cat ~/.ssh\id_rsa.pub
也可以直接去c盤直接找 找到 id_rsa.pub 文件,記事本打開并復(fù)制里面的內(nèi)容 |
| 打開你的github主頁,進(jìn)入 個人設(shè)置 - SSH and GPG keys - New SSH key將剛復(fù)制的內(nèi)容粘貼到key那里,title隨便填,保存。 |
| |