|
The command Here, But when I use my python script with GitPython as follows It shows this error - |
Answered by
Byron
Apr 2, 2022
Replies: 1 comment 3 replies
|
It's not easly possible to pass standard input, i.e. the Instead I recommend using a standard |
3 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not easly possible to pass standard input, i.e. the
<ghKeysconfigpart via thegitcommand inGitPython.Instead I recommend using a standard
Popencall to wire up standard input to pass the contents of the token file to theghprocess.