ssh-keygen -t rsa -C “qq邮箱”
cat ~/.ssh/id_rsa.pub
将cat出的内容复制到https://gitee.com/profile/sshkeys
ssh -T git@gitee.com
出现access
Your account has been blocked报错
git remote set-url origin gitxxx.git
ssh-keygen -t rsa -C “qq邮箱”
cat ~/.ssh/id_rsa.pub
将cat出的内容复制到https://gitee.com/profile/sshkeys
ssh -T git@gitee.com
出现access
Your account has been blocked报错
git remote set-url origin gitxxx.git