【发布时间】:2020-08-19 12:52:12
【问题描述】:
我已尝试安装此软件包: https://github.com/TYPO3/Fluid.Lint
作为开发要求:ddev composer require typo3fluid/fluid-lint --dev
我收到此错误:
./composer.json 已更新
使用包信息加载作曲家存储库更新依赖项(包括 require-dev)
包操作:1 次安装、0 次更新、0 次删除
- 安装 namelesscoder/fluid (1.1.0):下载(失败)无法从 dist 下载 namelesscoder/fluid:“https://api.github.com/repos/NamelessCoder/TYPO3.Fluid/zipball/0b9a6b4d5d5096a470238fbccfb52beb257c7a71”文件无法下载(HTTP/1.1 404 Not Found) 现在尝试从源下载
- 安装 namelesscoder/fluid (1.1.0):克隆 0b9a6b4d5d
安装失败,正在将 ./composer.json 还原为其原始内容。
[运行时异常]
无法执行 git clone --no-checkout 'https://:@github.com/NamelessCoder/TYPO3.Fluid.git.git' '/var/www /html/vendor/namelesscoder/fluid' && cd '/var/www/html/vendor/namelesscoder/fluid' && git remote add composer 'https://: @github.com/NamelessCoder/TYPO3.Fluid.git.git' && git fetch compose
r && git remote set-url origin 'https://github.com/NamelessCoder/TYPO3.Fluid.git.git' && git remote set-url composer' https://github.com/NamelessCoder/TYPO3.Fluid.git .git'
正在克隆到 '/var/www/html/vendor/namelesscoder/fluid'...
远程:未找到存储库。
致命:***@github.com/NamelessCoder/TYPO3.Fluid.git.git/' 未找到
我该如何解决这个问题???????
【问题讨论】:
标签: composer-php typo3 fluid ddev linter