Skip to content

git push stdout is empty while the command executed successfully(status=0) #125

Closed
@devnetf

Description

@devnetf

repo = Repo(...)
git = repo.git
git.push() //return empty string
git.execute(["git","push"], with_extended_output=True) //the success message is in stderr_value instead of stdout.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions