27

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.

Hugo y
  • 1,421
  • 10
  • 20
Punchki
  • 441
  • 1
  • 5
  • 9

2 Answers2

46

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

phreaknik
  • 615
  • 5
  • 12
  • Thank you, that shortcut is needed if you want to give access to an organisation (as organisations cannot be logged into directly, they are not their own accounts). – Kaspar Lee May 14 '19 at 21:06
  • 3
    wow, this seems over engineered. Repos can already have fine grained access restrictions, and GitKraken auths via Oauth _and_ SSH keys, yet it needs one more step to authorise it for an organisation. SMH. Thanks for this, never would have found this on my own. – Novocaine Sep 20 '19 at 09:15
  • 2
    Documentation about this issue in GitKraken: https://support.gitkraken.com/integrations/github/ Section 'Why can't I see my remotes or repositories in the drop down menu?' – xab May 22 '20 at 10:35
5

Phreaknik answer is not up-to-date anymore.

2022 answer from Gitkraken doc:

  1. On Github, click on your top-right avatar then choose "Settings"
  2. Search "Applications" under "Integration" group
  3. Click on the "Authorized oAuth Apps" tab
  4. Click on "Gitkraken" app
  5. You should see "Organizations" list and a "Grant" button next to your organization: click on it!
Benjamin Caure
  • 2,090
  • 20
  • 27