6

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

Zoe
  • 27,060
  • 21
  • 118
  • 148
Le kawarien
  • 117
  • 1
  • 11

1 Answers1

12

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
Anton Flärd
  • 303
  • 3
  • 15