0.0.3 • Published 6 years ago

git-askpass-env v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

git-ask-pass-env: A GIT_ASKPASS that just spits out environment variables

This is an implementation of GIT_ASKPASS that just spits out an environment variable for the username / password. This code is based on ask-pass from https://github.com/desktop/desktop.

Set GIT_ASKPASS_USER and GIT_ASKPASS_PASSWORD, then set GIT_ASKPASS to git-askpass-env. Tada!

PS: if your goal is to clone via a Personal OAuth token, set GIT_ASKPASS_USER to the token, and GIT_ASKPASS_PASSWORD to x-oauth-basic.

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago