-
Hi, can we access to private repo with github access token? not with ssh key btw. |
Beta Was this translation helpful? Give feedback.
Answered by
Byron
May 23, 2021
Replies: 1 comment
-
As far as I know this works using special URLs and thus is outside of GitPython. You might also be interested in various token formats. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as I know this works using special URLs and thus is outside of GitPython.
You might also be interested in various token formats.