生成ssh key:
ssh-keygen -t rsa -C "stkevintan@foxmail.com"
输入合适的密码。然后将生成的pub公钥粘贴到github上:click here
-
### Create a new repository on the command line touch README.md git init git add README.md git commit -m "first commit" git remote add origin <span class="js-live-clone-url">https://github.com/stkevintan/资源名.git</span> <span class="js-selectable-text">git push -u origin master</span>`</pre> ### Push an existing repository from the command line <pre>`git remote add origin <span class="js-live-clone-url">https://github.com/stkevintan/资源名.git</span> <span class="js-selectable-text">git push -u origin master</span>
- 修改或删除passphrase。(Details)
ssh-keygen -p
github使用札记
最后更新时间: