Collection of git-credential helpers
Project description
git-credential-helpers
Collection of git-credential helpers, focused on interacting with private repos.
Installation
git-credential-helpers
is available on PyPI, and can be installed with pip
.
python3 -m pip install git-credential-helpers
A number of scripts with names of form git-credential-$NAME
will now be in
$PATH
.
Configuration
You must configure git to use the helpers appropriately by adding an entry in gitconfig.
github-app helper
In your gitconfig
file, add the following section:
[credential "https://github.com"]
helper = !git-credential-github-app --app-key-file <path-to-your-app-rsa-key-file> --app-id <id-of-your-github-app>
useHttpPath = true
If you are doing this in a docker container, I'd recommend putting this under /etc/gitconfig
.
Else, try ~/.gitconfig
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for git-credential-helpers-0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3adafd7dd55526946f49a95446979a854189c5e93ed1342b22f9362be533e5e6 |
|
MD5 | 4705e27fa7a6c4c505046eb1a7a658d9 |
|
BLAKE2b-256 | 7d5720620b7b64804dc1b2d46d6456adb7277e2654d33a996b3be7a2389bd084 |
Close
Hashes for git_credential_helpers-0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 165f6d099cfbeb87ed512cdc55a9def6daaf6e889acff7d79ef87e9381f468ee |
|
MD5 | 916b4146ead091f9dc7450b755ec8935 |
|
BLAKE2b-256 | 9db2b6854f086d051fab95aba3b52c44e8633da5174493bf498a712903973bd7 |