在开发的时候,需要把依赖的服务更新到最新,然后 手动composer update一下,提示如下: failed) Update failed (The "e "https://api.github.com/repos/illuminate/validation/zipball/6590d61858f78c301bced7308593abfcd1c7e527" fi" file could not be downloaded: SSL operation faile…
gavin@webdev:~> curl -sS https://getcomposer.org/installer | php Downloading... Download failed: file_get_contents(): SSL operation failed with code . OpenSSL Error messages: error::SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed f…
这是php设置openssl 没有指定cacert.pem (证书) 第一步:下载 cacert.pem 文件下载地址 https://curl.haxx.se/docs/caextract.html 第二步:打开PHP配置文件php.ini 在php.ini末尾加上一句 openssl.cafile= D:/phpStudy/cacert/cacert.pem 保存文件 重启服务器 ok 搞定…
这种情况可以重装一下fxp/composer-asset-plugin 具体命令: php composer.phar global require "fxp/composer-asset-plugin:~1.0.0" php composer.phar global update fxp/composer-asset-plugin --no-plugins…
故障:打开“Windows Update”出现红色盾牌图标 点击“检查更新”,出现“Windows Update 当前无法检查更新,因为未运行服务.您可能需要重新启动计算机” 查看“Windows Update”服务,正常 查看“Background Intelligent Transfer Service”服务,正常 解决方法:关闭“Windows Update”窗口,停掉“Windows Update”服务 重命名Windows目录下边的“SoftwareDistribution”文件夹为“…
安装方式 : 1.进入 PE 2.用 EasyimageX 恢复 GHO镜像 3.重启后出现  原因: 主要 是安装win7 时,格式 化选择为GUID模式. 处理: win7 以后,格式华时选择MBR安装 win8 以上,可以格式 化为GUID…
第一次编译的时候电脑上未安装python,遂下载了python最新版本3.3.3,但是报了下面这个错误. 把python降到2.7.*的版本即可. 我这里测试2.7.6和2.7.3版本可以正常编译.…
[Composer\Downloader\TransportException] The "https://mirrors.aliyun.com/composer/p/provider-2017%241979b6fa417248bfcbebc2c200d2cdcc64d79993f936c515d021639fbdacca8a.json" file could not be downloaded (HTTP/1.1 404 Not Found) 其实很简单.不要盯着红色的看.黄色的也看…
在Ubuntu14.04 64位系统中已经安装了libc6:i386的库,编译Uboot时提示error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory. 出错原因是:缺少lib32z1库 解决方法:sudo apt-get install lib32z1…
你是否遇到过这种情况,在Linux以apt-get update 时更新的时候无法更新,提示一下内容 p { margin-bottom: 0.25cm; line-height: 120% } 错误:1 http://ppa.launchpad.net/diesch/testing/ubuntu zesty InRelease 无法连接上 127.0.0.1:42165 (127.0.0.1). - connect (111: 拒绝连接) 错误:2 http://archive.ubuntuk…