Skip to content

Commit

Permalink
Update Git常用命令清单.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove authored Apr 26, 2017
1 parent a1cb112 commit 627a2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/Git常用命令清单.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ git config --global core.autocrlf input
这个密钥用来跟 github 通信,在本地终端里生成然后上传到 github

```bash
ssh-keygen -t rsa -C '[email protected]'t # 生成密钥
ssh-keygen -t rsa -C '[email protected]' # 生成密钥
ssh-keygen -t rsa -C "[email protected]" -f ~/.ssh/ww_rsa # 指定生成目录文件名字
ssh -T [email protected] # 测试是否成功
```
Expand Down

0 comments on commit 627a2c8

Please sign in to comment.