2个稳定版本

1.0.1 2019年9月5日

#517 in 身份验证

Download history • Rust 包仓库 791/week @ 2024-04-08 • Rust 包仓库 1393/week @ 2024-04-15 • Rust 包仓库 1053/week @ 2024-04-22 • Rust 包仓库 1000/week @ 2024-04-29 • Rust 包仓库 621/week @ 2024-05-06 • Rust 包仓库 755/week @ 2024-05-13 • Rust 包仓库 1147/week @ 2024-05-20 • Rust 包仓库 1231/week @ 2024-05-27 • Rust 包仓库 1231/week @ 2024-06-03 • Rust 包仓库 966/week @ 2024-06-10 • Rust 包仓库 1009/week @ 2024-06-17 • Rust 包仓库 1226/week @ 2024-06-24 • Rust 包仓库 378/week @ 2024-07-01 • Rust 包仓库 780/week @ 2024-07-08 • Rust 包仓库 1275/week @ 2024-07-15 • Rust 包仓库 966/week @ 2024-07-22 • Rust 包仓库

3,542 每月下载量

MIT 许可证

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

无运行时依赖