No access to repos from GitHub organizations that I am member of
Hello,
I am unable to work in Rider with GitHub repos that come from an organization that I am member of. For example, when I go to 'Get from Version Control' and try to clone that particular repo I get a 'Log In to GitHub' pop-up although I am already logged in with the right account. The same happens every time I want to pull or push a repo that I have previously cloned locally with git cli or GitHub Desktop.
As mentioned, I am logged into the correct GitHub account as I can see my own repos and even repos that are shared by other GitHub members (but not organizations) when I click on 'GitHub'under 'Get from Version Control'. Everything also works without any problem in GitHub Desktop.
Anyone having an idea why I experience this issue?
Best regads,
Nejc
Please sign in to leave a comment.
Hello Nejc Brelih-Wasowski
There could be insufficient priveleges granted and integration with IDE may not have acces to GitHub. It worth checking:
https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps
Thanks, this is the solution!