Thanks to visit codestin.com
Credit goes to lib.rs

2 stable releases

1.0.1 Sep 5, 2019

#1020 in Authentication

Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App

6,890 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