输入 $git remote add origin https://github.com/用户名/项目.git,提示fatal: remote origin already exists. 解决办法: 1 、先输入$ git remote rm origin 2、再输入git remote add ...
分类:
其他好文 时间:
2018-05-29 14:04:12
阅读次数:
168
参考博客: https://www.jianshu.com/p/8a7f257e07b8 从某个项目地址pull代码下来,老是报错 fatal: Authentication failed for 'https://gitee.com/CTOLiXianSheng/zx-cloud.git/' 因为 ...
分类:
其他好文 时间:
2018-05-28 13:49:27
阅读次数:
169
一、修改网卡名:网卡配置文件:vi/etc/sysconfig/network-scripts/ifcfg-ens33TYPE=EthernetBOOTPROTO=staticDEFROUTE=yesPEERDNS=yesPEERROUTES=yesIPV4_FAILURE_FATAL=noIPV6INIT=yesIPV6_AUTOCONF=yesIPV6_DEFROUTE=yesIPV6_PEE
分类:
其他好文 时间:
2018-05-28 11:46:10
阅读次数:
173
git通过git clone下载github上的资源到机器上,结果出现如题所示的错误。 [plain] view plain copy [root@server data]# git clone https://github.com/pingcap/tidb-docker-compose.git C ...
分类:
数据库 时间:
2018-05-26 22:17:46
阅读次数:
2334
git操作及fatal: Authentication failed for错误解决 1、配置用户信息 git config --global user.name [username] git config --global user.email [email] 2、查询用户信息 git confi ...
分类:
其他好文 时间:
2018-05-26 14:47:07
阅读次数:
139
ubuntu安装rrdtool提示rrd.h找不到root@vfast-virtual-machine:~/python#pip3installrrdtoolCollectingrrdtoolDownloadinghttps://files.pythonhosted.org/packages/21/cc/26370aad26cc2384c21717ef8773d1d9a1f8598e87b61fe
分类:
其他好文 时间:
2018-05-24 10:29:09
阅读次数:
636
各位,如果能弹出来,一定是你账号密码搞错了,就别继续看了。 image.png 切换命令行: image.png 依然报错, 说到这个问题,又可以长篇大论了, 我使用的是tortoisegit,window电脑 平常都是用ppk文件组合 _netrc文件进行登录的,这样设置之后基本上只需要输入密码, ...
分类:
其他好文 时间:
2018-05-23 00:04:24
阅读次数:
1474
然而还有一个不容易发现的问题,在高版本PHP7下,出现ERR_INVALID_RESPONSE的错误还可能由于下面的原因导致 1 Fatal error: 'break' not in the 'loop' or 'switch' context in <mypath>\PHPExcel\PHPEx ...
分类:
Web程序 时间:
2018-05-22 23:58:52
阅读次数:
1381
前提: Android使用Charles抓取Https请求的报文时,Android和Charles都正确安装了证书之后出现抓包失败,报错SSLHandshake: Received fatal alert: certificate_unknown,如下图所示: 原因: 安卓7之后调整了安全策略会导致 ...
分类:
移动开发 时间:
2018-05-22 00:50:37
阅读次数:
849
前言: 新欢的公司,新买的电脑,新安装 cocoapods。然后开开心心去百度如何安装 cocoapods,前面的步骤我就不说了。 在 pod setup 上之后,网速超慢然后就失败 fatal: The remote end hung up unexpectedly 意思是远程终端误认为操作停止了 ...
分类:
其他好文 时间:
2018-05-21 14:37:48
阅读次数:
230