1.配置ssh_key

配置用户名

git config --global user.name "wangmingyue"

 

配置邮箱

git config --global user.email "448335044@qq.com"

 

生成公钥和私钥
按3次Enter,

ssh-keygen -t rsa -C "448335044@qq.com"

 

查看公钥

路径是C:\Users\Administrator\.ssh

然后去git添加key

相关文章:

  • 2022-01-27
  • 2022-01-07
  • 2022-01-19
  • 2021-11-29
  • 2022-12-23
  • 2021-10-15
  • 2021-12-22
猜你喜欢
  • 2022-12-23
  • 2021-10-13
  • 2021-11-09
  • 2022-12-23
  • 2022-01-22
  • 2021-11-17
  • 2021-11-17
相关资源
相似解决方案