-
- Downloads
fix(db-functions): avoid git asking for credentials for unknown repos
Use GIT_TERMINAL_PROMPT=0 to enforce Git not asking for any prompts or credentials. GitLab does not return none existing repositories but instead prompts for credentials to avoid side channel information leaks. However, we explicitly do not want to get any such prompts, instead we fail gracefully.
Please register or sign in to comment