GitHub client: Pull Request Button is missing

喜你入骨 提交于 2019-12-22 10:05:15

问题


I use GitHub client for Bitbucket repository. All work & sync correctly, but Pull Request button not showing. In GitHub repo all works.

I found simular issue - Github for Mac: Pull Request Button is missing, but I use Bitbucket and can't change repo marker from "other".

Any proposal?

GitHub:

Other repo:


回答1:


Answer from official github support ( support@github.com ):

In order to create a pull request the repository must exist on GitHub.com.

and

There is a button called 'View Branch' beside the update from master button.

If you click this, the 'View from Master' button should change to 'Compare'.

If you click this button you should see a list of branches you can choose from to merge!




回答2:


I have found a similar issue in below case.

  1. I was using GitHub Windows client
  2. I was using the repository which was associated with account X.
  3. X moved that repository to another account called Y.

Now onward, I was able to perform normal operation like creating new branch, push, sync etc button Pull Request button was not visible for those repository which has moved from account X to Y.

Solution:- It was happening because remote URL in my windows client was still pointing to old account repository, so I have changed that to new account repository and restarted the windows client and it started working.



来源:https://stackoverflow.com/questions/36712945/github-client-pull-request-button-is-missing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!