Git克隆无法从Gitlab获取新的修订信息

时间:2019-03-05 08:53:09

标签: git gitlab redmine git-clone

我正在尝试整合Gitlab和Redmine。以下是诉讼的历史。

  1. 来自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
    
  2. Redmine中的存储库设置

    • “测试”项目的设置–存储库–新存储库
      • SCM:Git
      • URL:/opt/git_repository/test.git
  3. Gitlab中的集成设置

我可以从http://example.com/test/repository看到修订信息

但是,即使在Gitlab中进行了更新,修订信息也不会升级。因此,我尝试了How can I clone a private GitLab repository?

中提到的另一种集成方法

信息仍然没有更新。

你能帮我吗?

0 个答案:

没有答案
相关问题