Skip to content

Instantly share code, notes, and snippets.

@mikemichaelis
Created January 5, 2012 15:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mikemichaelis/1565603 to your computer and use it in GitHub Desktop.
Save mikemichaelis/1565603 to your computer and use it in GitHub Desktop.
When using Git HTTPS set core.askpass to git-gui--askpass this will pop up a window prompting you for your password.
$ git config --global core.askpass /usr/libexec/git-core/git-gui--askpass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment