Is there an easy way to pip install insiders without having to specify the GH Token everytime ? #3863
-
Is there an easy way to upgrade versions of Insiders on a local project (using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I guess you could fork the Insiders repository, and set up
At least that's what StackOverflow says. Unfortunately, it's not possible with the original repository, as I would have to add your public SSH keys to my account, which would grant you basically everything 😉 Thus, the |
Beta Was this translation helpful? Give feedback.
I guess you could fork the Insiders repository, and set up
git
overssh
if you haven't already. Next, test if you cangit clone
your private fork without entering credentials. If that works, you should be able to usepip
in the following way:At least that's what StackOverflow says. Unfortunately, it's not possible with the original repository, as I would have to add your public SSH keys to my account, which would grant you basically everything 😉 Thus, the
GH_TOKEN
or forking it is.