我有一个现有的laravel项目,我想在这里安装spark。 我有火花许可证。 当我在composer.json
中添加以下内容时"repositories": [
{
"type": "composer",
"url": "https://spark-satis.laravel.com"
}
],
并在composer.json的require部分中添加以下依赖项
"laravel/spark-aurelius": "~7.0",
下一步是运行composer update
:在此过程中,我提供从github生成的令牌,安装失败并显示以下消息:
Downloading (failed) Failed to download laravel/spark-aurelius from dist: The "https://api.github.com/repos/laravel/spark-aurelius/zipball/15585c1e0407623cb218f556144928a380949e9c" file could not be downloaded (HTTP/1.1 404 Not Found)
Now trying to download from source
作曲家无法克隆github存储库(laravel- / spark-aurelius)
抛出此异常
[RuntimeException]
Failed to execute git clone --no-checkout "https://***:***@github.com/laravel/spark-aurelius.git" "C:\laragon\www\test\vendor\laravel\spark-aurelius" && cd
/D "C:\laragon\www\test\vendor\laravel\spark-aurelius" && git remote add composer "https://***:***@github.com/laravel/spark-aurelius.git" && git fetch com
poser
如何解决此问题