标签:master 添加 查看 his remote git mit git push http
删除隐藏的.git文件
0.git init
1.git add.
2.git commit -m "添加项目"
3.git remote rm origin
4.git remote add origin http://zhuxiuwu@192.168.10.86:10101/r/vue/zhdj.git
5.git pull origin master --allow-unrelated-histories ///查看冲突文件解决冲突
6.git add.
7.git commit -m "添加项目"
8.git push -u origin master
标签:master 添加 查看 his remote git mit git push http
原文地址:https://www.cnblogs.com/boonook/p/9713718.html