Reputation: 491
I am using GitKraken to manage my repositories from github, and I am able to see and clone repositories I am the owner of no problem. However, I set up a repository with my school's github account, added many students, and am able to manage it no problem on github.com
However, GitKraken is neither able to see it in my clone from github section, nor is it able to add it by URL.
What am I doing wrong?
Thanks, Adam
Error message:
Remote not found. Double-check your remote url, then make sure you have access to do that action on that remote and try again.
Upvotes: 30
Views: 17989
Reputation: 2403
Phreaknik answer is not up-to-date anymore.
2022 answer from Gitkraken doc:
Upvotes: 6
Reputation: 685
I had this problem too. If your school has its own Github organization, then you will need to go to github.com and in the top right go to Settings > Authorized applications > GitKraken
.
From here you can grant the GitKraken application access to your school's organization and any other orgs you are a part of:
Here is a shortcut link to the page: https://github.com/settings/connections/applications/a7557949433b7d282a76
Upvotes: 53