赞
踩
邮箱不必与GitHub账号相同,个人邮箱即可。
- git config --global user.name "我的姓名"
- git config --global user.email "xxxx@qq.com"
查看账户和邮箱
- git config --global user.name
- git config --global user.email
邮箱为刚配置好的账户邮箱
ssh-keygen -t rsa -C "xxxxx@xxxxx.com"
按照提示完成三次回车,即可生成 ssh key
vim ~/.ssh/id_rsa.pub
三个平台可以使用一个公钥
码云
ssh -T git@gitee.com
Hi menglinjie! You've successfully authenticated, but GITEE.COM does not provide shell access.表示连接成功
github
ssh -T git@github.com
Hi menglinjie! You've successfully authenticated, but GitHub does not provide shell access.表示连接成功。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。