Skip to content

Instantly share code, notes, and snippets.

@chenhengqi
Created June 4, 2020 12:39
Show Gist options
  • Save chenhengqi/4ae90e5a2f9edb8c12b6414f1836f84d to your computer and use it in GitHub Desktop.
Save chenhengqi/4ae90e5a2f9edb8c12b6414f1836f84d to your computer and use it in GitHub Desktop.
terminal prompts disabled

When go get complains about terminal prompts disabled, set environment variable GIT_TERMINAL_PROMPT to 1 to enable it.

# export GIT_TERMINAL_PROMPT=1
$ GIT_TERMINAL_PROMPT=1 go get xxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment