ORO-CRM Composer 安装 - 下载失败 composer/composer
ORO-CRM Composer Install - Failed to download composer/composer
为了在 windows 中安装 OroCRM,我已经关注 -> after successful the command git clone -b 1.9.0 https://github.com/orocrm/platform-application.git orocrm 然后我尝试 运行 composer install --prefer- dist --no-dev 这里出现错误。
- Installing composer/composer (1.0.0-p1): Downloading (failed) Failed to download composer/composer from dist: The
"https://api.github.com/repos/orocrm/composer/zipball/833ce984264204e7d6576ab082660105c7d8f04c"
file could not be downloaded (HTTP/1.1 404 Not Found)
我该如何解决这个问题。
注意:Windows
中的 OroCRM
使用https://getcomposer.org/Composer-Setup.exe全局安装composer
然后只是 运行 composer install --prefer-dist --no-dev
从应用程序文件夹中。这个错误很奇怪,你为什么要下载 1.9.0 版本?这是复制粘贴错误还是您特别需要这个?
试试 Linux 平台和 Xampp 更方便。参考 https://oroinc.com/orocrm/doc/current/system-requirements#system-requirements
为了在 windows 中安装 OroCRM,我已经关注 -> after successful the command git clone -b 1.9.0 https://github.com/orocrm/platform-application.git orocrm 然后我尝试 运行 composer install --prefer- dist --no-dev 这里出现错误。
- Installing composer/composer (1.0.0-p1): Downloading (failed) Failed to download composer/composer from dist: The "https://api.github.com/repos/orocrm/composer/zipball/833ce984264204e7d6576ab082660105c7d8f04c" file could not be downloaded (HTTP/1.1 404 Not Found)
我该如何解决这个问题。
注意:Windows
中的 OroCRM使用https://getcomposer.org/Composer-Setup.exe全局安装composer
然后只是 运行 composer install --prefer-dist --no-dev
从应用程序文件夹中。这个错误很奇怪,你为什么要下载 1.9.0 版本?这是复制粘贴错误还是您特别需要这个?
试试 Linux 平台和 Xampp 更方便。参考 https://oroinc.com/orocrm/doc/current/system-requirements#system-requirements