Skip to content

Commit

Permalink
commit xiefeisd.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
xiefeisd committed Mar 14, 2019
1 parent 661b66f commit d55715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2019-03/xiefeisd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $ ssh-keygen -t rsa -C "[email protected]" /* 生成ssh密钥 */
登录github,头像>>settings>>SSH and GPG keys>>new ssh key ,在key文本框里粘贴id_rsa.pub文件的内容。

7.2 关联远程仓库
$ git remote add origin [email protected]:<username> /* 关联远程库 */
$ git remote add origin [email protected]:<username>/learngit.git /* 关联远程库 */
$ git remote rm origin /* 删除关联 */

7.3 克隆远程库
Expand Down

0 comments on commit d55715b

Please sign in to comment.