#git #credential #null #credentials #git-credential

app git-credential-null

Git credential helper to disable git password prompts

2 stable releases

1.0.1 Sep 5, 2019

#387 in Authentication

Download history 2924/week @ 2023-11-05 766/week @ 2023-11-12 1411/week @ 2023-11-19 845/week @ 2023-11-26 891/week @ 2023-12-03 1258/week @ 2023-12-10 1103/week @ 2023-12-17 936/week @ 2023-12-24 568/week @ 2023-12-31 833/week @ 2024-01-07 974/week @ 2024-01-14 870/week @ 2024-01-21 688/week @ 2024-01-28 875/week @ 2024-02-04 1383/week @ 2024-02-11 1472/week @ 2024-02-18

4,528 downloads per month

MIT license

7KB

git-credential-null

This git credential helper disables any known git password prompt, and it's meant to be used on automated programs that want to get an error instead of an hanged git prompt when a repository requires authentication.

This helper is released under the MIT license.

Usage

Install this Rust package with:

cargo install git-credential-null

Then pass -c credential.helper= -c credential.helper=null when you want to disable the prompt. For example:

git -c credential.helper= -c credential.helper=null clone https://github.com/ghost/doesnt-exist

No runtime deps