Can't push refs to remote try running pull first to integrate your changes

后端 未结 4 1328
抹茶落季
抹茶落季 2020-12-16 04:41

I keep getting this error when I try to push to GitHub from VScode. I\'ve pushed before to that repository following the exact same steps I am following now. Can\'t find an

4条回答
  •  感动是毒
    2020-12-16 05:36

    One possible reason that you get the "Failed to push some refs" error is that you do not have enough permission to push to the current branch (probably master). You need to ask project maintainers to give you enough permission or you need to push your changes to another branch and make a merge/pull request.

提交回复
热议问题