1 注冊(cè)碼云?https://gitee.com
2 下載git 廖雪峰? https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137396287703354d8c6c01c904c7d9ff056ae23da865a000
3 檢查git是否成功 git --version
4 獲取公鑰 對(duì)電腦授權(quán)?https://gitee.com/help/articles/4181
ssh-keygen -t rsa -C "xxxxx@xxxxx.com" 按照提示完成三次回車(chē)绍绘,即可生成 ssh key
cat ~/.ssh/id_rsa.pub 查看公鑰
5? ?$ git config --global? user.name "Yo "Your Name"
$ git config --global user.email "email@example.com" 登錄
6?git clone ne git@gitee.com:****? 下載項(xiàng)目