Git安装和配置-存储密码-SSH添加密钥

227 阅读1分钟

存储密码-SSH添加密钥

  1. git config --list
  2. git config --global user.name ""
  3. git config --global user.email ""
  4. git config --global credential.helper store (凭证助手)
  5. ssh-keygen -t rsa -C "youremail@example.com"