Can't push to remote branch, cannot be resolved to branch

前端 未结 18 1397
太阳男子
太阳男子 2020-12-12 19:58

I migrated my repos from Bitbucket or Github. I don\'t think this matters but it\'s the only thing different... For a little while I had two remotes set up:



        
18条回答
  •  离开以前
    2020-12-12 20:20

    Maybe your forgot to run git fetch? it's required to fetch data from the remote repo! Try running git fetch remote/branch

提交回复
热议问题