- Windows平臺下,首先安裝Git .
- 設(shè)置 <code> git config --global user.email "youremail@example.com"</code>
- 同樣 的設(shè)置<code> git config --global user.name "example"</code>
- git輸入命令<code>ssh-keygen -t rsa -C "youremail@example.com"</code>
- windows下在user/用戶名/里面找到.ssh文件夾 復(fù)制id_rsa.pub內(nèi)容到github,登陸GitHub判莉,打開"Account settings"筷频,"SSH Keys"頁面:然后,點"Add SSH Key"安券,填上任意Title金度,在Key文本框里粘貼
id_rsa.pub
給個github follow me的鏈接,上面有很多初學(xué)者可供學(xué)習(xí)的資料心赶,項目.
<a>https://github.com/SuperZee</a>