Crates.io | git-credential-null |
lib.rs | git-credential-null |
version | 1.0.1 |
source | src |
created_at | 2019-09-05 16:24:37.581123 |
updated_at | 2019-09-05 17:55:26.028465 |
description | Git credential helper to disable git password prompts. |
homepage | |
repository | https://github.com/pietroalbini/git-credential-null |
max_upload_size | |
id | 162458 |
size | 23,241 |
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.
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