You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GuzzleHttp\Exception\RequestException
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://github.com/Jeroen-G/packager-skeleton/archive/master.zip
at C:\wamp64\www\taskman\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:211
207▕
208▕ // Create a connection exception if it was a specific error code.
209▕ $error = isset($connectionErrors[$easy->errno])
210▕ ? new ConnectException($message, $easy->request, null, $ctx) ➜ 211▕ : new RequestException($message, $easy->request, $easy->response, null, $ctx);
212▕
213▕ return P\Create::rejectionFor($error);
214▕ }
215▕
1 C:\wamp64\www\taskman\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:158
GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle))
2 C:\wamp64\www\taskman\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:110
GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
The text was updated successfully, but these errors were encountered:
when I add this command,
php artisan packager:new Acme PageReview --i
Getting this issue,
The text was updated successfully, but these errors were encountered: