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
Use git-harness v0.3.1 for non-interactive network git (#19)
* Disable interactive git credential prompts on fetch operations.
Apply GIT_TERMINAL_PROMPT=0 to all network fetch paths so parallel git-rain
runs fail fast with a frozen auth message instead of interleaved TTY prompts.
Co-authored-by: Cursor <cursoragent@cursor.com>
* Use git-harness v0.3.1 for non-interactive network git and fix GoReleaser CI.
Delegate PrepareNetworkGit to git-harness instead of duplicating the helper,
pin github.com/git-fire/git-harness v0.3.1, and migrate stable releases from
deprecated brews to homebrew_casks so release config validation passes.
Co-authored-by: Cursor <cursoragent@cursor.com>
* Fix release gate to verify Homebrew cask publish path.
GoReleaser stable config publishes homebrew_casks under Casks/, so the
release workflow must wait on Casks/git-rain.rb instead of Formula/.
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Cursor <cursoragent@cursor.com>
{"authentication", "Authentication failed for git@github.com", "could not authenticate with remote — check your credentials and try again"},
488
488
{"permission denied", "git@github.com: Permission denied (publickey)", "could not authenticate with remote — check your credentials and try again"},
489
489
{"could not read", "fatal: could not read from remote", "could not authenticate with remote — check your credentials and try again"},
490
+
{"terminal prompts disabled", "fatal: could not read Username for 'https://github.com': terminal prompts disabled", "could not authenticate with remote — check your credentials and try again"},
490
491
{"401", "fatal: HTTP 401: Unauthorized", "could not authenticate with remote — check your credentials and try again"},
491
492
{"403", "fatal: HTTP 403 forbidden", "could not authenticate with remote — check your credentials and try again"},
492
493
{"could not resolve", "fatal: unable to access ...: Could not resolve host", "could not reach remote — check your network and try again"},
0 commit comments