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
File details
Details for the file git-credential-helpers-0.1.tar.gz
.
File metadata
- Download URL: git-credential-helpers-0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00b0048fc77f4a53e3cc30affd21b74376a11e73987c5822646bd6143ee51e10 |
|
MD5 | 28ca7ad133b265420cebfb50eec66c88 |
|
BLAKE2b-256 | 4175b4fe88d2bf0cc76aaae54a39feb6d1183acdffbcc81ea6a831620bb5d5e2 |
Provenance
File details
Details for the file git_credential_helpers-0.1-py3-none-any.whl
.
File metadata
- Download URL: git_credential_helpers-0.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9150362706e506db38758578fabe6c7d8166ba668b35d5b47ca45dd78e3137ee |
|
MD5 | 597e5f6c42ac81b648519160c4f76fde |
|
BLAKE2b-256 | a3d7ae0577fedecc67ac95574f3fb105cc15b13029ecfd6c8683ae746cbd8b25 |