4个版本 (2个重大更新)
使用旧的Rust 2015
0.3.0 | 2017年10月21日 |
---|---|
0.2.0 | 2017年10月20日 |
0.1.1 | 2017年10月20日 |
0.1.0 | 2017年10月16日 |
在开发工具中排名1654
7KB
git_httpsable_cli
使用https-url执行git命令。
git push
使用访问令牌推送到https-url。
查看git_httpsable中的程序API。
示例
$ GIT_HTTPSABLE_USERNAME=__your_user_name__ GIT_HTTPSABLE_PASSWORD=__your_password__ \
git-httpsable clone https://example.com/git/repo ./target_dir
# => git clone https://__your_user_name__:[email protected]/git/repo ./target_dir
$ GIT_HTTPSABLE_USERNAME=__your_user_name__ GIT_HTTPSABLE_PASSWORD=__your_password__ \
git-httpsable push https://example.com/git/repo your_branch
# => git push https://__your_user_name__:[email protected]/git/repo your_branch
安装
从最新版本下载适用于您自己的环境的版本。
或
$ cargo install git_httpsable_cli
变更日志
许可证
MIT/Apache-2.0 © sanemat
依赖项
~1.5MB
~49K SLoC