GitKraken does not show repo. I am a member

I use GitKraken to manage my repositories from github, and I can see and clone repositories, I am the owner without any problems. However, I created a repository with my github account at school, added a lot of students and was able to handle it without problems on github.com.

However, GitKraken cannot see it in my clone from the github section, and it cannot add it at the 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 this action on this remote computer and try again.

+4
source share
1 answer

I also had this problem. If your school has its own Github organization, you will need to go to github.com, and in the upper right corner Settings > Authorized applications > GitKraken.

Here you can provide access to the GitKraken program for your school organization and any other organizations in which you participate:

Here is a short link to the page: https://github.com/settings/connections/applications/a7557949433b7d282a76

+2
source

Source: https://habr.com/ru/post/1660991/


All Articles