You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after export GIT_PYTHON_TRACE=full , I run repo.remotes['origin'].pull( ), and I havn't see any output from stdout, is that a bug,or I used it in a wrong way?
how can i get the output like run a git command in a bash like
I fell for the same issue once. As you can see, the logging module is used to perform all kinds of debug logging. By default, nothing will happen though if logging is not initialised.
It should work if you call the following before running GitPython:
Hi:
after
export GIT_PYTHON_TRACE=full
, I run repo.remotes['origin'].pull( ), and I havn't see any output from stdout, is that a bug,or I used it in a wrong way?how can i get the output like run a git command in a bash like
Thanks
The text was updated successfully, but these errors were encountered: