赞
踩
Git Pull Failed
POST git-upload-pack (327 bytes)
From https://gitee.com/zhang-123/music_gui
* branch master -> FETCH_HEAD
= [up to date] master -> origin/master
refusing to merge unrelated histories
# 1. 切换要提交代码的分支 (可以省略)
git checkout master
# 2. git pull 添加允许不相关历史提交
git pull origin master --allow-unrelated-histories
# 3. 提交到远程分支
git push origin master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。