安装时出现问题
Closed this issue · 4 comments
执行命令
composer install -vvv
bug描述:
出现如下错误:
In CurlDownloader.php line 630:
[Composer\Downloader\TransportException (404)]
The "https://mirrors.cloud.tencent.com/repository/composer/p/xmo/mine-core.json" file could not be downloaded (HTTP/1.1 40
4 Not Found)
重现步骤:
Thanks for opening your first issue here! Be sure to follow the issue template! 感谢您在这里反馈第一个问题!请务必遵循问题模板!
It seems you're facing a "HTTP/1.1 404 Not Found" error when trying to install a package via Composer, specifically xmo/mine-core
. This error usually means the package or version you're trying to access is not available in the repository. Here's how you can address this issue:
- Verify the Package Name and Version: Double-check the
composer.json
for any errors in the package name or version. - Clear Composer Cache: Run
composer clear-cache
to ensure you're not hitting a cached error. - Check Package Availability: Make sure
xmo/mine-core
is available in the repository and you're using the correct version. - Update Composer: Ensure your Composer is up-to-date by running
composer self-update
.
If the package is indeed missing or there's an issue with the repository, you might need to contact the repository's support or look for alternative packages.
Details
Sources
About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.
Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.
To continue the conversation, mention @dosu.
mine-core 版本多少
单独安装有问题,不过后面换Deocker已经解决