-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ztechenbo edited this page May 25, 2018
·
2 revisions
- git remote add origin https://github.com/ztechenbo/learnit.git
- git push -u origin master
- 首先需要生成密钥 ssh-keygen -t rsa -C "ztechenbo"
- 再需要将密钥加入到github中来
- git remote add origin git@github.com:ztechenbo/learnssh.git
- git push -u origin master