git bush上传,及常见异常问题的处理方法
write by xdd1997
全局设置 git config --global user.name "xdd1997" git config --global user.email "1837990190@qq.com" 创建Git仓库 mkdir Download cd Download git init touch README.md git add README.md git commit -m "first commit" git remote add origin https://gitee.com/xdd1997/Download.git git push -u origin master 已有仓库 git add . git commit -m "first commit" git push -u origin master
error: Your local changes to the following files would be overwritten by merge”
git reset --hard
git pull
本文来自博客园,作者:xdd1997
转载请注明:https://www.cnblogs.com/xdd1997/p/12395101.html
![]()


浙公网安备 33010602011771号