赞
踩
// 解决办法,打开你要上传代码的文件夹位置鼠标右键git Bash Here然后直接运行下面的命令解决问题
// 第一种办法:
git pull
git pull origin master
git pull origin master –allow-unrelated-histories
// 第二种办法:
git pull origin master –allow-unrelated-histories
git push -u origin master -f
git push
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。