← 返回首页
GIT_PYTHON_TRACE environment variable not work · Issue #489 · gitpython-developers/GitPython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

GIT_PYTHON_TRACE environment variable not work #489

New issue
New issue

Description

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

Alexa$ git pull remote: Counting objects: 35, done. remote: Compressing objects: 100% (35/35), done. remote: Total 35 (delta 20), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (35/35), done. From https://github.com/WRTX/LicaifanWeb 92caee9..5491012 master -> GitHub/master Updating 5695833..c48b822

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Footer

      © 2026 GitHub, Inc.