当我键入 laravel new blog
时,会得到以下错误。
在 RequestException.php 第113行:
服务器错误: GET http://cabinet.laravel.com/latest.zip
导致 522 Origin Connection Time-out
响应:
<html>
<head><title>522 Origin Connection Time-out</title></head>
<body bgcolor="white">
<center><h1>522 Origin Conne (truncated...)
如果键入 composer create-project --prefer-dist laravel/laravel blog
,也是相同的错误。
如果我去那里,链接就不起作用了。