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
Copy link
Member

@micprog micprog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@micprog micprog merged commit bd2d562 into master Jan 27, 2026
17 of 19 checks passed
@fischeti fischeti deleted the fischeti/progress-auth branch January 27, 2026 20:55
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.

3 participants