From 10fc0e5ec708d31bba5dca1e4dcbc457c09c8e71 Mon Sep 17 00:00:00 2001 From: lipengfei Date: Tue, 13 Nov 2018 22:19:14 +0800 Subject: [PATCH] =?UTF-8?q?git=20=E8=8F=9C=E9=B8=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gitcmd.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gitcmd.md b/gitcmd.md index c5ae1cb..a5f294c 100644 --- a/gitcmd.md +++ b/gitcmd.md @@ -76,7 +76,7 @@ Git各个状态之间转换指令总结 * 修改最后一次提交: git commit –amend # FAQ -1.SSH生成id_rsa,id_rsa.pub后,连接服务器却报:Agent admitted failure to sign using the key错误。 +1. SSH生成id_rsa,id_rsa.pub后,连接服务器却报:Agent admitted failure to sign using the key错误。 解决: 在当前用户下执行命令: ssh-add @@ -92,4 +92,5 @@ git branch --set-upstream-to=origin/master master #建立远程master分支与 # 参考 1. [易百git教程:https://www.yiibai.com/git/git_basic_concepts.html](https://www.yiibai.com/git/git_basic_concepts.html) 2. [git官方教程:https://git-scm.com/book/zh/v2/](https://git-scm.com/book/zh/v2/) -3. [git简明指南](http://rogerdudler.github.io/git-guide/index.zh.html) \ No newline at end of file +3. [git菜鸟教程:http://www.runoob.com/git/git-tutorial.html](http://www.runoob.com/git/git-tutorial.html) +4. [git简明指南:http://rogerdudler.github.io/git-guide/index.zh.html](http://rogerdudler.github.io/git-guide/index.zh.html) \ No newline at end of file -- GitLab