系统win7 解决方法: python3: python3 -m pip install --upgrade pip python2: python2 -m pip install --upgrade pip 注意:python2, python3共存时,将python安装目录下的python.ex ...
分类:
编程语言 时间:
2018-05-14 11:48:43
阅读次数:
285
在执行git pull origin master时出现: fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure yo ...
分类:
移动开发 时间:
2018-05-13 15:03:58
阅读次数:
7943
git同步遇到报错“fatal: unable to access 'https://github.com/lizhong24/mysite2.git/': Peer reports incompatible or unsupported protocol version.” 解决办法: 问题解决了 ...
分类:
数据库 时间:
2018-05-10 23:45:19
阅读次数:
423
在github上新建了一个仓库,然后相与本地的仓库联系起来 $ git remote add origin https://github.com/lizhong24/mysite2.git fatal: Not a git repository (or any of the parent direc ...
分类:
其他好文 时间:
2018-05-10 23:34:51
阅读次数:
181
一、打开当前的项目目录,点击《查看》->《隐藏的项目》勾选 二、进入 《.git》 目录,找到 《config》文件 三、在 [core] 下方增加两行代码 如下图所示: ...
分类:
其他好文 时间:
2018-05-10 21:46:46
阅读次数:
162
环境信息: python版本:V3.6.4 安装路径:D:\Program Files\python36 环境变量PATH:D:\Program Files\Python36;D:\Program Files\Python36\Scripts; 问题描述:命令行执行pip报错 解决方法: 1.切换到 ...
分类:
编程语言 时间:
2018-05-09 18:00:28
阅读次数:
1496
之前发现一个php配置之后关于返回500和502的问题,今天看到一个兄弟写的非常不错,记录一下。 php日志中有一条超时的日志,但是我request_terminate_timeout中设置的是0,理论上应该没有超时时间才对。 PHP Fatal error: Maximum execution t ...
分类:
Web程序 时间:
2018-05-09 15:16:06
阅读次数:
326
常见问题一:Fatal Error[Pe1696]: cannot open source file "core_cm3.h" 解决方案: 常见问题三:如果你的IAR工程是从别人那里复制而来,如果编译器版本不一致可能会出现各种问题, 例如Error[Ta097]: Cannot call intri ...
分类:
其他好文 时间:
2018-05-08 14:40:50
阅读次数:
1461
转发: https://blog.csdn.net/u011301123/article/details/9296673 C++ Builde先new application,然后直接开始画界面。可以直接运行,可是当保存完工程之后,再次运行,就出现[Linker Fatal Error]:Expec ...
分类:
其他好文 时间:
2018-05-08 12:11:54
阅读次数:
136
一、建立本地仓库 cd 项目路径 git init git add . git commit m "日志" 二、建立服务器git用户 yum install y git groupadd git useradd g git git 这里没有加git禁止登陆,因为nologin 总是报错 cd /ho ...
分类:
其他好文 时间:
2018-05-06 00:16:24
阅读次数:
420