我在visual studio代码中通过composer安装了laravel框架。 作曲家创作项目laravel / laravel ems 但它未能安装laravel。 这是消息 $ composer create-project laravel / laravel ems 安装laravel / laravel(v5.5.0) - 安装laravel / laravel(v5.5.0):下载(失败) 下载(失败) 正在下载(失败)无法从dist下载laravel / laravel:“https://api.github.com/repos/laravel/laravel / zipball / a6c68c24c9938beef0128c3288502b8fbdf8e93d“文件无法下载:无法打开流:无法连接 诱惑失败,因为关联方在一段时间后没有正确回应,或建立连接fai 因为连接主机无法响应而导致。
Now trying to download from source
- 安装laravel / laravel(v5.5.0):从缓存中克隆a6c68c24c9
[RuntimeException的] 无法通过https,ssh协议克隆https://github.com/laravel/laravel.git,中止。 - https://github.com/laravel/laravel.git 克隆到'C:\ xampp \ htdocs \ ems'...... 致命:无法访问“https://github.com/laravel/laravel.git/”:无法连接到github.com端口443:Tim 退出 - git@github.com:laravel / laravel.git 克隆到'C:\ xampp \ htdocs \ ems'...... ssh:连接到主机github.com端口22:连接超时 致命的:无法从远程存储库读取。
Please make sure you have the correct access rights
and the repository exists.
create-project [-s | --stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [ - no-dev] [--no-custom-installers] [ - no-scripts] [ - no-progress] [--no-secure-http] [ - -保持- vcs] [--no-install] [--ignore-platform-reqs] [ - ] [] [] []
答案 0 :(得分:0)
我认为你错过了一些东西" - prefer-dist"
composer create-project --prefer-dist laravel/laravel projectName