-
The command Here, But when I use my python script with GitPython as follows
It shows this error -
|
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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
<ghKeysconfig
part via thegit
command inGitPython
.Instead I recommend using a standard
Popen
call to wire up standard input to pass the contents of the token file to thegh
process.