打开自己的仓库
git pull
把内容复制过去
git add .
添加所有
查看状态
git status
提交
git commit -m 'XXX'
最后push
git push
如果内容本来有连接,打开该文件删除本来连接
rm -r .git/
再次