#git #credentials #prompt #helper #disable #password #error

app git-credential-null

Git凭据助手,用于禁用Git密码提示

2个稳定版本

1.0.1 2019年9月5日

#517 in 身份验证

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

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

无运行时依赖