forked from johnnywong233/handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1cb112
commit 627a2c8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] # 测试是否成功 | ||
``` | ||
|