Skip to content

Git credential helper to disable git password prompts.

License

Notifications You must be signed in to change notification settings

pietroalbini/git-credential-null

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Git credential helper to disable git password prompts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages