创建密钥 -----> ssh-keygen-t rsa-C "your_email@youremail.com"
liunx---> ssh-keygen -t rsa ------》 cat ~/.ssh/id_rsa.pub
强制覆盖本地
git fetch --all
git reset --hard origin/master
git pull
// 放弃单个文件修改,注意不要忘记中间的"--",不写就成了检出分支了!
git checkout - - filepathname