Skip to content

Conversation

@fischeti
Copy link
Contributor

If authentication is not set up correctly in the git executable, it will show a git authentication prompt. However, the prompt interfers with the progress bars, which consume it (because rendering progress bars requires clearing the last couple of lines and re-rendering them from time to time). This change essentially disables any kind of manual authentication and just returns an error as fast as possible

If authentication is not set up correctly in the `git` executable, it will show a git authentication prompt. However, the prompt interfers with the progress bars, which consume it (because rendering progress bars requires clearing the last couple of lines and re-rendering them from time to time). This change essentially disables any kind of manual authentication and just returns an error as fast as possible
@fischeti fischeti changed the title fix(git): disable interactive git prompts by setting env var fix(git): Disable interactive git prompts Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants