http://blog.csdn.net/lindexi_gd/article/details/52554159 本文讲的是把Git在最新2.9.2,合并pull两个不同的项目,出现的问题如何去解决fatal: refusing to merge unrelated histories 我在Gith ...
分类:
其他好文 时间:
2017-07-24 09:58:29
阅读次数:
113
首先,用pip install 和pip3 install安装时,报错:Fatal error in launcher: Unable to create process using '"' 查询资料,得知python2.7 与 python3.5共存时,要用以下命令: python2 -m pip ...
分类:
编程语言 时间:
2017-07-24 01:26:29
阅读次数:
287
"Peer authentication" means that it's comparing your database username against your Linux username. It should work if you're logged in as postgres. Yo ...
分类:
数据库 时间:
2017-07-24 01:20:56
阅读次数:
763
一、首先查看网络情况:ifconfig 命令 二、打开修改/etc/sysconfig/network-scripts/ifcfg-enp0s3(注意ifcfg-enp0s3这个文件是随机的不同电脑安装的不一样)文件,内容如下:修改ONBOOT=no,改为ONBOOT=yes 四、修改完后保存:wq ...
分类:
其他好文 时间:
2017-07-24 00:05:46
阅读次数:
180
- Fatal:网站挂了,或者极度不正常 - Error:跟遇到的用户说对不起,可能有 bug - Warn:记录一下,某事又发生了 - Info:提示一切正常 - debug:没问题,就看看堆栈 参考: http://weibo.com/tv/v/FdyoAyEFC?fid=1034:296a60 ...
分类:
其他好文 时间:
2017-07-23 10:09:08
阅读次数:
121
This is probably an Intellij problem. Your key are managed natively by ssh, and Intellij has it's own ssh program. Go to the settings, search git->ssh ...
分类:
其他好文 时间:
2017-07-23 00:54:25
阅读次数:
225
1、如果父类中的方法被声明为 final,则子类无法覆盖该方法 运行上述代码报以下错误: Fatal error: Cannot override final method BaseClass::moreTesting() 2、如果一个类被声明为 final,则不能被继承。 运行上述代码报如下错误: ...
分类:
其他好文 时间:
2017-07-22 23:39:32
阅读次数:
198
FATAL conf.Configuration: error parsing conf file: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte ...
分类:
其他好文 时间:
2017-07-22 13:26:06
阅读次数:
1362
参考:http://tonybai.com/2017/04/20/go-coding-in-go-way/ , 但他实现的没有关闭chan, 导致 fatal error: all goroutines are asleep - deadlock! ,本方法优化了这个BUG. ...
分类:
其他好文 时间:
2017-07-21 13:24:37
阅读次数:
172
git push 的时候出错,提示: fatal: The remote end hung up unexpectedly 遇见几次了,原因是因为文件太大,把限制放宽就好了。命令: git config http.postBuffer 524288000 ...
分类:
其他好文 时间:
2017-07-19 14:16:08
阅读次数:
170