git 将云端没有的项目推到云端

git remote add origin <git远程仓库>  

git pull origin master  --allow-unrelated-histories

git push -u origin master

猜你喜欢

转载自www.cnblogs.com/Lorentz-Z/p/11968004.html