phore/vcs

git 包装器

安装量: 1,154

依赖项: 0

建议者: 0

安全性: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

语言:Shell

v1.1.0 2020-06-18 00:27 UTC

This package is auto-updated.

Last update: 2024-09-05 09:47:44 UTC


README

克隆方法

  • http: 可用于只读公共仓库
  • ssh: 公钥需要作为部署密钥添加

配置选项

认证配置可以直接在 URL 参数中完成

SSH 示例

git@git.host.de/path/to/git?ssh_priv_key_file=/mnt/some/key

HTTPS 示例

https://path/to/git?auth_user=username&auth_pass=somepass