update git.md

This commit is contained in:
Shockwave 2023-08-14 19:56:10 +08:00
parent 04f667730f
commit c10d30f424
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
```bash ```bash
ssh-keygen -t rsa -f ~/.ssh/id_rsa_your_custom_name -C "your email" ssh-keygen -t rsa -f ~/.ssh/id_rsa_your_custom_name -C "your email"
ssh-keygen -t ed25519 -C "xxxx" ssh-keygen -t ed25519 -C "xxxx" -b 4096
``` ```
添加密钥 添加密钥