0

我正在尝试使用本地文件存储库来满足工作。

只要我使用 ssh://user@repository/ ...它就可以正常工作。

现在我无法让它工作的是使用 file:/// 协议访问 git 存储库。

这是我的 satis.conf 文件

{

  "name": "vendor-name/test-bundle",
  "homepage": "http://packages.example.org",
  "repositories": 
   [
                    { "name":"vendor-name/test-bundle", "type": "vcs", "url": 
                      "file:///home/git/repository/testBundle.git" }
   ]
}

Satis 构建脚本运行时没有错误,当我在项目中执行 composer update 时,更改不会更新。

还有另一种使用本地 git 存储库的方法吗?

4

0 回答 0