2个稳定版本
1.0.1 | 2019年9月5日 |
---|
#517 in 身份验证
3,542 每月下载量
7KB
git-credential-null
此git凭据助手禁用所有已知的Git密码提示,并旨在用于需要认证的存储库时,在自动化程序中,当需要错误提示而不是挂起的Git提示时使用。
此助手采用MIT许可证发布。
使用方法
使用以下命令安装此Rust包:
cargo install git-credential-null
然后,当您想禁用提示时,请通过-c credential.helper= -c credential.helper=null
传递。例如
git -c credential.helper= -c credential.helper=null clone https://github.com/ghost/doesnt-exist