git生成公钥public key并添加SSH key

博客链接:

方式一:https://blog.csdn.net/xb12369/article/details/78682018

方式二:https://www.cnblogs.com/s313139232/p/10178378.html

命令备份:

cd ~/.ssh/

git config --global user.name "123"

git config --global user.email "[email protected]"

ssh-keygen -t rsa -C "[email protected]"

配置ssh(id_rsa.pub文件为公钥,打开复制)

扫描二维码关注公众号,回复: 7696084 查看本文章

说明链接

https://blog.csdn.net/Brouce__Lee/article/details/81872040

猜你喜欢

转载自www.cnblogs.com/foolash/p/11769754.html