我是Yii框架的新手,我已经在我的个人电脑上安装了它。问题是我无法在办公室的Mac上安装它。
奇怪的是,我遵循与我的mac相同的所有步骤,但是当我尝试下载基本或高级模板时,它失败并出现以下错误:
[Composer\Downloader\TransportException]
The "http://packagist.org/p/provider-2013$7ae7b77e72316138c9190d26b27e698e9efe24373bdb5d1a968679f5cca0
e597.json" file could not be downloaded (HTTP/1.1 400 Bad Request)
此外,当我跑步" sudo作曲家自我更新"它说
You are already using composer version 9f6fdfd703f433bd0777fd89fb4684908a6c4f06.
运行作曲家诊断告诉我:
Checking composer.json: FAIL
require.yiisoft/yii2 : unbound version constraints (>=2.0.6) should be avoided
require.yiisoft/yii2-bootstrap : unbound version constraints (*) should be avoided
require.yiisoft/yii2-swiftmailer : unbound version constraints (*) should be avoided
Checking platform settings: OK
Checking git settings: OK
Checking http connectivity to packagist: FAIL
[Composer\Downloader\TransportException] The "http://packagist.org/packages.json" file could not be downloaded (HTTP/1.1 400 Bad Request)
Checking https connectivity to packagist: OK
Checking github.com rate limit: OK
Checking disk free space: OK
Checking composer version: OK
此外,我无法安装作曲家资产插件。运行该命令时,它告诉我与尝试下载模板时相同的[传输异常]。
老实说,我到处搜索,无法找到解决方法。 提前致谢。
答案 0 :(得分:0)
嗯,这个错误接缝现在已经消失了...我只是等待了nextr那天,我试着用
sudo composer self-update
它神奇地更新了,我能够使用它。 不知道是什么导致这种情况失败但现在正常工作。