我正在尝试为bitbucket存储库创建一个pull请求(somerepo)。我从这个存储库中克隆了master,并在本地创建了一个名为mybranch的devbranch。我准备推动这个devbranch到somerepo所以我可以创建一个pullrequest。当我试图像这样推动devbranch时:
git push --set-upstream origin mybranch
我收到此错误:
remote: Unauthorized
fatal: Authentication failed for 'https://<username>@bitbucket.org/someuser/somerepo'
我怎样才能推出mybranch并向遥控器发出拉动请求&#39; somerepo&#39;?
答案 0 :(得分:0)
您正在尝试将代码推送到您没有写入权限的存储库。这与提出拉取请求不同。
要做到这一点: