当前位置:   article > 正文

Git: fatal: The current branch master has multiple upstream branches, refusing to push

the current branch master has multiple upstream branches, refusing to push.

git上直接
git push
报错
Git: fatal: The current branch master has multiple upstream branches, refusing to push

原方法:
使用命令git config remote.origin.push HEAD
后来发现出现的问题:git客户端查看git log 显示git正常推送,但是别人看不到(根本没有推送到远程)。

解决:
git push origin <branch> -u
这个意思是把本地分支 push到origin的分支上 -u表示同时建立关联,以后再推送到远程只需git push origin

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/神奇cpp/article/detail/891425
推荐阅读
相关标签
  

闽ICP备14008679号