Wednesday, March 15, 2017

Download Laravel Install failed: Fata: Could not read from remote repository

I have a problem when I want to download laravel install with composer global require "laravel/installer"

I use windows 10...

Someone has a solution?

I get the following output in my cmd:

C:\Users\m.hüttl>composer require "laravel/installer" Using version ^1.3 for laravel/installer ./composer.json has been created Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 10 installs, 0 updates, 0 removals - Installing symfony/process (v3.2.6): Downloading (100%) Failed to download symfony/process from dist: Invalid argument (C:\Users\m.h³ttl\vendor/symfony/process/40a31e1c837c21019a18e984b53c3436) Now trying to download from source - Installing symfony/process (v3.2.6): Cloning 68bfa8c83f from cache

Installation failed, deleting ./composer.json.

[RuntimeException] Failed to clone https://github.com/symfony/process.git via https, ssh protocols, aborting. - https://github.com/symfony/process.git Cloning into 'C:\Users\m.h├╝ttl\vendor\symfony\process'... "git-upload-pack 'C:/Users/m.h├╝ttl/AppData/Local/Composer/vcs/https---github.com-symfony-process.git'": git-uploa d-pack 'C:/Users/m.h├╝ttl/AppData/Local/Composer/vcs/https---github.com-symfony-process.git': No such file or direct ory fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: The remote end hung up unexpectedly

- git@github.com:symfony/process.git Cloning into 'C:\Users\m.h├╝ttl\vendor\symfony\process'... Host key verification failed. fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.



via Mathis Hüttl

Advertisement