Jacamar CI v0.26.2ï
Release: v0.26.2
Date: June 18, 2025
User Changesï
Introduce feature flag for
credential.interactive
(!621)Git version v2.46+ modified credential behavior. Coupled with runner defaults and the use of
GIT_ASKPASS
, you can experience the following error:fatal: unable to get password from user
. Adding theFF_GIT_INTERACTIVE: true
variable to the job aims to address this.[general] # Enforce behavior across all jobs using the runner. ff_git_interactive = true
As an alternative to this feature, you can utilize the Runner feature flag
FF_GIT_URLS_WITHOUT_TOKENS
.