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
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