Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to download laravel/spark-aurelius from dist: The "https://api.github.com/repos/laravel/spark-aurelius/zipball

I am installing laravel spark under windows, installation via composer. when i get to the stage compose update of the documentation i have this error:

Failed to download laravel/spark-aurelius from dist: The "https://api.github.com/repos/laravel/spark-aurelius/zipball [RuntimeException] Failed to execute git clone --no-checkout "https://:@github.com/laravel/spark-aurelius.git" "C:\xampp\htdocs\blog\vendor\laravel\spark-aurelius" && cd /D "C:\xampp\htdocs\blog\vendor\laravel\spark-aurelius" && git remote add composer "https://:@github.com/laravel/spark-aurelius.git" && git fetch composer Cloning into 'C:\xampp\htdocs\blog\vendor\laravel\spark-aurelius'... remote: Repository not found. fatal: repository 'https://:@github.com/laravel/spark-aurelius.git/' not found

like image 838
Le kawarien Avatar asked May 28 '18 02:05

Le kawarien


1 Answers

I also experienced this error. The solution for me was:

  1. Log into my Spark account
  2. Click GitHub on the left
  3. Connect to GitHub
  4. Join both repositories
  5. View each repostory and click the Accept button
like image 156
Anton Flärd Avatar answered Oct 14 '22 10:10

Anton Flärd