Private repos in organization I have access to are not listed (only public ones)
Closed this issue · 6 comments
This seems to be fixed in #48 but not for me...
I have access to all private repositories in an organization. I have created an access token (for my user, not for the organization) with full repo permissions and added it to jupyter as described in your README:
~:: cat ~/.jupyter/jupyter_notebook_config.py
c.GitHubConfig.access_token = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
Still only public repos are listed for the organization in jupyterlab.
@memeplex Can you try just putting the org name in the box, rather than org/repo
?
The problem with doing that was simply that private repos weren't listed at all. But I found out the problem: I had to install the server side part of the extension. Now it works as expected. Thank you!
Glad to hear you got it working @memeplex
@memeplex could you describe how you install the server side part of the extension as I tried from README page but still unable to list my private repo. (Note-I am not using the enterprise github)
AFAICR I just followed the instructions in the README. Sorry I can't say anything more useful than that.