文件名称:git-credential-password-store
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-21 13:58:08
C
密码存储Git助手 这是一个使用作为后端的凭据助手。 它假定主机位于条目名称中(无论是目录名称还是文件名),并且文件本身包含user: , username:或login:行。 安装 编译,安装和配置git以使用它: make sudo make install git config --global credential.helper password-store 有关详细信息,请参见Makefile 。
【文件预览】:
git-credential-password-store-master
----.gitignore(31B)
----GNUmakefile(580B)
----README.md(584B)
----git-credential-password-store.c(5KB)