当前位置:   article > 正文

window下git生成ssh密钥_windows生成git ssh密钥

windows生成git ssh密钥

1、配置

 git config --global user.name ‘xxxxx’ 
 git config --global user.email ‘xxx@xx.xxx’
  • 1
  • 2

2、生成秘钥

ssh-keygen -t rsa -C ‘上面配置的邮箱’
  • 1

3、在git bash中切换到ssh目录下

cd ~/.ssh
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/951963
推荐阅读
相关标签
  

闽ICP备14008679号