Skip to content

Instantly share code, notes, and snippets.

@srafay
Created February 15, 2019 13:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srafay/b47d50f9a003e919cde1d13fbb86013d to your computer and use it in GitHub Desktop.
Save srafay/b47d50f9a003e919cde1d13fbb86013d to your computer and use it in GitHub Desktop.
Disable annoying bitbucket or source tree password prompts on windows
$ git config --global --replace-all credential.interactive false
$ git config --global --replace-all credential.modalPrompt false
$ git config --edit --system
# remove line
helper = manager
# To disable openssh password prompt, add these 2 lines
[core]
askpass =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment