其他分享
首页 > 其他分享> > git创建项目

git创建项目

作者:互联网

 

 

 

 

 根据邮箱生成秘钥

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

 查看秘钥

cat ~/.ssh/id_rsa.pub

然后复制秘钥 登录到马云中

https://gitee.com/profile/sshkeys

 

 测试是否链接成功

 ssh -T git@gitee.com

 

标签:git,项目,创建,rsa,秘钥,ssh,gitee,com
来源: https://www.cnblogs.com/Lcch/p/16464444.html