昨天跟着菜鸟教程进行操作,问题如下: 1.在git网站进行注册,名称和邮箱 2..忘了在开头建立本地仓库,后来又新建仓库,在仓库右键添加git bash here 3.出现了下边这个错误,参考了很多文章,touch readme也没有解决,待续········· fatal: this operat ...
分类:
其他好文 时间:
2019-01-28 21:09:48
阅读次数:
177
第一次通过eclipse导入github 项目,按照百度步骤进行操作,发现不能连接 github,cannot open git-upload-pack。 重点在于 : javax.net.ssl.SSLException: Received fatal alert: protocol_versio ...
分类:
系统相关 时间:
2019-01-26 13:19:00
阅读次数:
476
问题描述 username@MaLiJun-Ubuntu:~/private$ psql psql: FATAL: database "username" does not exist 使用默认用户登陆默认数据库 1 creating role on pgsql with privilege as ...
分类:
数据库 时间:
2019-01-25 20:01:54
阅读次数:
588
接上篇“Eclipse启动报错:JVM terminated. Exit code=2”,今天把Python的安装位置也从C盘剪切到了D盘, 然后修改了Path环境变量中对应的盘符:D:\Python27\;D:\Python27\Scripts; 不管是在哪个目录,Python可以执行了,但是执行 ...
分类:
其他好文 时间:
2019-01-24 13:22:06
阅读次数:
222
在使用Matlab2017a编译一个c文件时,提示如下错误: fatal error C1083: 无法打开包括文件: “stdlib.h”: No such file or directory。 系统中安装的是VS2015,正常情况下VS2015使用的是Win SDK 8.1,但由于此前编译CEF ...
分类:
其他好文 时间:
2019-01-19 11:21:52
阅读次数:
2125
解释是可用内存已耗尽,这关系到PHP的memory_limit的设置问题。 这里有两种方法解决 1、修改php.ini memory_limit = 128 这种方法需要重启服务器,很显然,此方法对虚拟机有限制。 2、通过ini_set函数修改配置选项值(本人推荐,亲测有用) ini_set ('m ...
分类:
其他好文 时间:
2019-01-18 17:20:18
阅读次数:
469
调试程序时出现以下问题:d:\program files (x86)\microsoft visual studio 10.0\vc\atlmfc\include\afx.h(24): fatal error C1189: #error : Building MFC application with ...
分类:
移动开发 时间:
2019-01-17 00:41:09
阅读次数:
493
拉取项目显示错误信息remote: Repository not found.fatal: repository 'http://192.168.1.13/xxx/xxx.git' not found 原因:因为以前使用过其他帐号配置信息都保存了,然后帐号密码默认用以前的导致拉取没有权限 解决方法: ...
分类:
其他好文 时间:
2019-01-15 14:32:30
阅读次数:
552
ERROR [KafkaServer id=1] Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)at kafka.network.Acceptor.openServerSoc ...
分类:
其他好文 时间:
2019-01-15 14:10:01
阅读次数:
1136
git pull origin master 报错:fatal: Authentication failed for git地址 win10 --> 控制面板 --> 用户账户 --> 管理你的凭证 --> Windows凭证 --> 删除已有的git普通凭证 然后 git pull origin ...
分类:
其他好文 时间:
2019-01-14 14:42:35
阅读次数:
137