github - ssh 配置 key、下载repo
1、设置位置
https://github.com/settings/keys
2、生成 Key
ssh-keygen -t rsa -b 4096 -C "xx@x.com"
成功后,查看
cat ~/.ssh/id_rsa.pub
得到数据类似:
ssh-rsa AAAAB3NzaC1yc2EA...4thQm4FKtB/c= xx
3、下载代码
下载方式,选择 ssh,但使用 git clone
下载</
原文地址:https://blog.csdn.net/weixin_45390999/article/details/143441793
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!