赞
踩
git config --global user.name "自己的名字"
git config --global user.mail "自己的邮箱"
ssh-keygen -t rsa -C "自己的邮箱"
cd ~/.ssh 进入目录查看密钥
最后 复制生成的密钥,添加到码云对应的SSH Keys处即可