Skip to content

Instantly share code, notes, and snippets.

View cssoul's full-sized avatar
🎯
Focusing

達也 cssoul

🎯
Focusing
  • -
View GitHub Profile

如何创建公钥

  1. 首先启动一个Git Bash窗口(非Windows用户直接打开终端)

  2. 执行:

    cd ~/.ssh

    如果返回“… No such file or directory”,说明没有生成过SSH Key,直接进入第4步。否则进入第3步备份!