Oi pessoal,
Tô com um problema pra instalar o Laravel na máquina do meu trabalho, com Windows 7 Home Premium. Recebi a máquina "limpinha", sem nada instalado e comecei a config. o ambiente. - XAMPP instalado e rodando! - Composer instalado também!
Só que na hora de instalar o Laravel, via Composer, tá dando erro:
C:\Windows\system32>composer global require "laravel/installer=~1.1"
Changed current directory to C:/Users/julio/AppData/Roaming/Composer
./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 (v4.1.0): Downloading (failed)
Downloading (failed)
Downloading (failed) Failed to download symfony/process from dist: The "https://api.github.com/repos/symfony/process/zipball/73445bd33b0d337c060eef9652b94df72b6b3434" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
Failed to enable crypto
failed to open stream: operation failed
Now trying to download from source
- Installing symfony/process (v4.1.0): Cloning 73445bd33b
[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\julio\AppData\Roaming\Composer\vendor\symfony\process'...
fatal: unable to access 'https://github.com/symfony/process.git/': SSL certificate problem: self signed certificate in certificate chain
- git@github.com:symfony/process.git
Cloning into 'C:\Users\julio\AppData\Roaming\Composer\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.
Só que na minha máquina pessoal, com Windows 10 Professional, foi tudo Ok.
Será que alguém já passou por isso?
Obrigado.