Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(git): set GIT_TERMINAL_PROMPT=0 env variable
> If this Boolean environment variable is set to false, git > will not prompt on the terminal (e.g., when asking for > HTTP authentication). As explained by the git docs this prevents private or deleted repositories from blocking the clone process by asking for credentials. Unfortunately, this doesn't seem to stop git from prompting about ssh key authenticity.
- Loading branch information