ssh-keygen -t ed25519 -C "xxx@example.com"
如果自定义.pub文件名
添加以下文件:
cat C:/Users/.ssh/config


Host github.com
HostName github.com
User git
IdentityFile C:/Users/.ssh/new-git

相关文章:

  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2021-10-18
猜你喜欢
  • 2021-07-23
  • 2021-06-26
  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
相关资源
相似解决方案