添加 SSHkey
rm -rf ~/.ssh/*
ssh-keygen -t rsa -b 4096 -C 'zhoubichuan@icloud.com'
cat ~/.ssh/id_res.pub
ssh -T git@github.com
← git 基础 版本号命名 →