Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GitKraken is not showing repo I am a contributer to

Tags:

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.

like image 565
Punchki Avatar asked Nov 16 '16 20:11

Punchki


People also ask

Why am I not showing up as contributor?

After making a commit that meets the requirements to count as a contribution, you may need to wait for up to 24 hours to see the contribution appear on your contributions graph.

Why is GitHub not showing me as a contributor?

Your local Git commit email isn't connected to your account Commits must be made with an email address that is connected to your account on GitHub.com, or the GitHub-provided noreply email address provided to you in your email settings, in order to appear on your contributions graph.

How do I make my repository visible?

Changing a repository's visibilityUnder your repository name, click Settings. Under "Danger Zone", to the right of to "Change repository visibility", click Change visibility. Select a visibility.


1 Answers

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

like image 131
phreaknik Avatar answered Sep 21 '22 09:09

phreaknik