文件名称:git-credential-ejson:Git凭证辅助程序,使用id_rsa或类似证书将其数据存储在加密的JSON中
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-29 01:58:18
JavaScript
git-credential-ejson Git凭证帮助程序,使用id_rsa或类似证书将其数据存储在加密的JSON中。 安装 npm install git-credential-ejson 用法 git config credential.helper ejson 或者: git config credential.helper 'ejson [options]' 其中[options]为: -k cert证书文件。 如果未指定,则默认为~/.ssh/id_rsa 。 -f name -存储文件。 如果未指定,则默认为~/.credentials.json.enc 。 实用程序:ejson 该实用程序随git凭据帮助程序一起安装。 它有助于与商店打交道。 ejson [-k cert] -e|-d|-l [name] 细节: -e —加密商店。 -d解密商店。 -l
【文件预览】:
git-credential-ejson-master
----helper.js(5KB)
----ejson.js(2KB)
----LICENSE(1KB)
----README.md(4KB)
----.gitignore(184B)
----package.json(897B)