how to fix clone with progress and input username/password #1564
Unanswered
xiaoyu1095
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
without progress , the input request is printed on the command line
repo = git.Repo.clone_from(url="",to_path="./demo")
with progress, the input request is printed on the command line but it will turn into a black box instantly
repo = git.Repo.clone_from(url="",to_path="./demo",progress=GitRemoteProgress())
Beta Was this translation helpful? Give feedback.
All reactions