6
votes

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

1
Where did you find this package? It does not exist on packagist. - rob006
@rob006 my boss had bought it and he had just provided me the key - Le kawarien
@Nico Haase yes that's what I follow - Le kawarien
And you've used it in your composer.json? Can you share it, redacting your private keys? - Nico Haase

1 Answers

12
votes

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