Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GitKraken : fetching pull requests failed

Tags:

gitkraken

I've just installed a free version of GitKraken and logged myself on github. The software is working but when I pull a branch, I've always a red warning popup telling me "fetching pull requests failed"

enter image description here

Have you ever experienced that? Did I miss something in the configuration?

PS: my repositories are private

like image 830
Kikiwa Avatar asked Nov 16 '16 12:11

Kikiwa


People also ask

What happens if a pull request is rejected?

Declining a pull request has no impact on the source or destination branches of the pull request. You can continue to comment on a declined pull request, but new changes pushed to the branch no longer update the pull request.

What is a pull request GitKraken?

A pull request (sometimes called merge requests), is a review request. You are asking someone to check the changes on a branch before merging into another branch. GitKraken.

How do I fix pull request changes?

If you're working on the pull request, you have to make the necessary changes. To do so, you go back to your forked repository and update the same branch you used to submit the pull request. In this case, this will be the development branch. I went ahead and added the closing <ul> tag in the index.

How do I force pull request GitHub?

Creating the pull request. On GitHub.com, navigate to the main page of the repository. In the "Branch" menu, choose the branch that contains your commits. Above the list of files, click Pull request.


1 Answers

GitKraken can definitely work with private repos, but it would need to be authorized. Would you be able to login to GitHub using an account that can manage the organization, then click on the organization, then click 'settings' at the top, then 'third party access' on the left? Then you can either remove restrictions at the top to allow all third party apps approved by users, or click on the requested apps in the middle, then click on 'GitKraken', and select 'Grant Access'.

If the issue persists, would you be able to try logging out and then back in?  You can click the button in the upper right and select 'login to another account' then login again.  Then when you login using your GitHub credentials to configure the authentication again.

like image 73
Keif Kraken Avatar answered Oct 25 '22 22:10

Keif Kraken