最近在windows下git push提交就会弹出如下错误: 网上查了一下发现是Github 禁用了TLS v1.0 and v1.1,必须更新Windows的git凭证管理器,才行。 https://github.com/Microsoft/Git-Credential-Manager-for-W ...
分类:
Web程序 时间:
2018-04-05 20:07:15
阅读次数:
300
如果输入$ git remote add origin git@github.com:djqiang(github帐号名)/gitdemo(项目名).git 提示出错信息:fatal: remote origin already exists. 解决办法如下: 1、先输入$ git remote r ...
分类:
其他好文 时间:
2018-04-05 20:02:33
阅读次数:
195
一、概述 spring-boot默认支持info级别的日志。 日志级别:trace、debug、info、warn、error、fatal、off【关闭】 二、配置日志级别 2.1、配置文件配置日志级别 在application.properties中添加 能够打印出spring-boot的日志,以 ...
分类:
编程语言 时间:
2018-04-05 01:29:03
阅读次数:
245
$ git clone http://xxx.xxx.cn/liyafei/developer.gitCloning into 'developer'...remote: Counting objects: 10681, done.remote: Compressing objects: 100% ...
分类:
其他好文 时间:
2018-03-30 17:21:54
阅读次数:
2479
pull/push无法进行:我在gitee新建一个仓库,上面有readme/License,然后把本地一个仓库上传。先pull,发现refusingtomergeunrelatedhistories,无法pull;push也无法进行。gitpulloriginmaster--allow-unrelated-histories
分类:
其他好文 时间:
2018-03-27 18:38:18
阅读次数:
96
解决:python2.7升级到python3后,用pip进行安装时报Fatal error in launcher:Unbale to create process using`"" 通过查资料查到:http://www.scriptscoop2.com/t/9cebc32c6ebc/python- ...
分类:
编程语言 时间:
2018-03-26 10:57:07
阅读次数:
313
caffe 找不到头文件的问题实例: /usr/local/include/caffe/blob.hpp:9:34: fatal error: caffe/proto/caffe.pb.h: No such file or directory #include "caffe/proto/caffe. ...
分类:
系统相关 时间:
2018-03-25 18:11:37
阅读次数:
1084
今天在弄一个邮件通知的时候,突然发现连最基本的邮件都发不出去,报错了[root@xhk~]#echo‘标题‘|mail-s"内容"xxxxxxx@qq.com出现异常:[root@xhk~]#send-mail:fatal:parameterinet_interfaces:nolocalinterfacefoundfor::1查看centos中的postfix日
分类:
其他好文 时间:
2018-03-24 11:31:54
阅读次数:
143
cd/etc/sysconfig/network-scriptspwdlscatifcfg-ens33网卡配置文件内容如下(以下红字为网卡必须要的设置)TYPE=Ethernet网络类型为Ethernet以太网BOOTPROTO=none引导协议(即获取IP的方式),可以是dhcp自动获取、static静态、none不指定DEFROUTE=yes启动默认路由IPV4_FAILURE_FATAL=n
分类:
其他好文 时间:
2018-03-20 23:59:07
阅读次数:
426
修改了git的密码 idea提交代码的时候提示 Git error “fatal: remote error: CAPTCHA required” 选完了之后 重启idea就会让输入密码 ...
分类:
其他好文 时间:
2018-03-20 10:35:37
阅读次数:
1149