Skip to content

Instantly share code, notes, and snippets.

View nstflecher's full-sized avatar
💭
I may be slow to respond.

NSTFLECHER nstflecher

💭
I may be slow to respond.
  • TU Braunschweig
View GitHub Profile
@yisibl
yisibl / git-key.md
Last active May 13, 2023 02:46
如何创建 Git 公钥

如何创建公钥

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

  2. 执行:

    cd ~/.ssh

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