首页 > 编程知识 正文

Gitee 使用记录,如何查看手机使用记录

时间:2023-05-06 17:14:24 阅读:248569 作者:2509

1、生成公钥

官方模板:http://git.mydoc.io/?t=154712

1.1如何生成ssh公钥

你可以按如下命令来生成 sshkey:

ssh-keygen -t rsa -C "xxxxx@xxxxx.com" # Generating public/private rsa key pair...# 三次回车即可生成 ssh key

查看你的 public key,并把他添加到码云(Gitee.com) SSH key添加地址:https://gitee.com/profile/sshkeys)

cat ~/.ssh/id_rsa.pub# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6eNtGpNGwstc....

添加后,在终端(Terminal)中输入

ssh -T git@gitee.com


若返回 Welcome to Gitee.com, yourname!


 


https://gitee.com/profile/sshkeys

 


 



 

转载于:https://www.cnblogs.com/byronliu029/p/9377935.html

降低vue-router版本的2种解决方法实例

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。