我正在尝试整合Gitlab和Redmine。以下是诉讼的历史。
来自Redmine服务器的Git克隆
cd /opt/git_repository/
git clone --mirror http://userid:password@aaa.com/test.git
cd /opt/git_repository/
chown nginx:nginx -R test.git
Redmine中的存储库设置
Gitlab中的集成设置
我可以从http://example.com/test/repository看到修订信息
但是,即使在Gitlab中进行了更新,修订信息也不会升级。因此,我尝试了How can I clone a private GitLab repository?
中提到的另一种集成方法信息仍然没有更新。
你能帮我吗?