1、安装Git
2、鼠标右键git bash here
3、生成ssh key
git config --global user.name 'cppdy813'
git config --global user.email 'cppdy813@163.com'
ssh-keygen -t rsa -C 'cppdy813@163.com'

git生成并添加ssh key

git生成并添加ssh key

相关文章:

  • 2022-12-23
  • 2021-11-26
  • 2021-10-16
  • 2021-12-14
猜你喜欢
  • 2021-12-04
  • 2022-12-23
  • 2021-11-25
相关资源
相似解决方案