执行: git config http.sslVerify "false" 如果提示: fatal: not in a git directory 执行: git init ...
分类:
Web程序 时间:
2019-07-03 22:48:29
阅读次数:
172
Trait 定义了一个属性后,类就不能定义同样名称的属性,否则会产生 fatal error。 有种情况例外:属性是兼容的(同样的访问可见度、初始默认值)。 在 PHP 7.0 之前,属性是兼容的,则会有 E_STRICT 的提醒。 trait PropertiesTrait { public $s ...
分类:
Web程序 时间:
2019-07-03 19:49:26
阅读次数:
153
问题背景: 机器上同时装了python2、和python3后,导致只能用pip3了,使用pip2时提示:Fatal error in launcher: Unable to create process using '"d:\python27\python2.exe" "D:\Python27\Sc ...
分类:
编程语言 时间:
2019-07-03 17:13:46
阅读次数:
151
原文参考:https://blog.csdn.net/u013530539/article/details/79107810 $(SRCROOT)/../node_modules/react-native-code-push/ios ...
分类:
其他好文 时间:
2019-07-03 14:05:24
阅读次数:
144
昨天从github上下载了yii2的高级版,因为使用composer太慢(用了一天一夜,还失败了),后来只能下载归档文件下来,放到web目录下,但是很快就遇到了新问题了,初始化以后还是报错:Fatal error: Cannot use 'Object' as class name as it is ...
分类:
其他好文 时间:
2019-07-03 13:40:26
阅读次数:
92
Git push “fatal: Authentication failed ” 问题原因 之前设置了两步验证 解决方法 更新分支 参考资料 "1].[Git push results in “Authentication Failed”" ...
分类:
其他好文 时间:
2019-07-02 22:52:11
阅读次数:
128
问题背景:在git bash中使用hexo g -d命令进行文章发布 详细错误信息: 错误原因是因为ssh key有问题,连接不上服务器。 于是我参考如下链接,一步一步操作,最终解决了这个问题:git遇到的问题之“Please make sure you have the correct acces ...
分类:
其他好文 时间:
2019-06-30 22:02:11
阅读次数:
1973
1.问题描述 vs2015 使用pg数据库的C++库文件4.0.1版本libpqxx.dll,包含头文件#include "pqxx\pqxx" 出现这个错误: fatal error C1189: #error: "Oops: min() and/or max() are defined as p ...
分类:
系统相关 时间:
2019-06-27 16:20:52
阅读次数:
200
报错1:PHP Fatal error: Allowed memory size of XXXXXX bytes exhausted 。 报错2:PHP Parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_V... ...
分类:
Web程序 时间:
2019-06-26 17:52:47
阅读次数:
593
请先看完之后再操作 ==== 一、用pecl安装swoole(没有安装起来) 二、可能出现的报错及解决方法 2.1 fatal error: ‘openssl/ssl.h‘ file not found 2.2 error: Cannot find libpq fe.h. Please confir ...
分类:
系统相关 时间:
2019-06-23 17:36:56
阅读次数:
184