码迷,mamicode.com
首页 > Windows程序 > 详细

window 10 用composer安装 基于 Laravel 5.3 的 Coaster CMS Curl错误77解决

时间:2016-12-22 16:58:51      阅读:629      评论:0      收藏:0      [点我收藏+]

标签:print   cad   window   终端   tac   打开   打开终端   dem   one   

安装教程来自

http://laravelacademy.org/post/6547.html

 

1.系统环境windows 10 nodejs3.9.2 composer1.2.4(国内镜像) Cmder(ConEmu 161206)

2.打开终端输入 

composer create-project web-feet/coastercms project1

安装到当前目录下的project1文件夹中


3.安装最后出现 

cURL error 77: error setting certificate verify locations:
CAfile: c:/Applications/XAMPP/xamppfiles/cacert.pem
CApath: none

4.参考

http://stackoverflow.com/questions/30240840/laravel-5-socialite-curl-error-77-error-setting-certificate-verify-locations

https://curl.haxx.se/ca/cacert.pem保存到本地为cacert.pem.txt

打开php.ini

找到curl.cainfo取消注释,并设置cacert.pem.txt的路径

curl.cainfo = "C:\xampp\php\cacert.pem.txt"

并且注释掉下面的openssl.cafile

然后就ok了

window 10 用composer安装 基于 Laravel 5.3 的 Coaster CMS Curl错误77解决

标签:print   cad   window   终端   tac   打开   打开终端   dem   one   

原文地址:http://www.cnblogs.com/eastegg/p/6211881.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!