插件目录 » Git 远程
|
作者 | Alex Dergachev |
---|---|---|
网站 | https://github.com/dergachev/redmine_git_remote | |
代码仓库 | https://github.com/dergachev/redmine_git_remote | |
注册时间 | 2014-11-28 (超过9年前) | |
当前版本 | 0.0.2 | |
兼容 | Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.5.x | |
用户评分 |
Redmine 插件,可自动克隆和抓取引用仓库。此插件定义了一个新的仓库类型,GitRemote,允许您将远程仓库与 Redmine 项目关联。
安装说明
按常规方式安装插件
cd REDMINE_ROOT/plugins git clone https://github.com/dergachev/redmine_git_remote
然后,在 http://redmine-root/settings?tab=repositories 中启用新的 GitRemote SCM 类型
请确保已安装适当的 SSH 密钥到 ~/.ssh/id_rsa(对于您的 redmine 用户)。我建议为这个目的在 github/gitlab 上创建一个专用的机器用户。
变更日志
0.0.2 (2015-10-27)
兼容 Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.5.x。
这只是个假的发布,以反映预期的 RM 版本兼容性。
0.0.1 (2014-11-28)
兼容 Redmine 2.6.x。