码迷,mamicode.com
首页 >  
搜索关键字:fatal    ( 1895个结果
CentOS7搭建DNS域名解析服务器
1. 安装 BIND 服务器软件并启动 yum -y install bind bind-utils systemctl start named.service // 启动服务 systemctl enable named // 设为开机启动 1.1. 查看named进程是否正常启动 ps -eaf ...
分类:其他好文   时间:2020-06-28 13:19:41    阅读次数:82
Fatal error in launcher: Unable to create process using '"d:\download\python.exe" "D:\download\Scripts\pip.exe" list': ???????????
今天把之前的python卸载之后又重新下载,老出错。其中就有 在网上找了一些答案是 C:\Windows\system32>python -m pip install -U pip 有些同志成功了。但是我的还是没有work 所以我试了一下 python -m pip list 结果成功了。 但是只有 ...
分类:编程语言   时间:2020-06-26 22:27:21    阅读次数:79
Installation failed with error code: (0x80070643)
在服务器上安装xxx软件时报错,提示如下: Installation failed with error code: (0x80070643), "Fatal error during installation...". Solution: 1. 将当前登录帐号登录到Local Administra ...
分类:其他好文   时间:2020-06-25 09:23:11    阅读次数:125
git上传代码报错ssh: connect to host github.com port 22: Connection timed out解决办法
当在远程库上设置了SSH 之后还是报错连接超时,问题如下 $ git push origin master 报错: ssh: connect to host github.com port 22: Connection timed out fatal: Could not read from rem ...
分类:Web程序   时间:2020-06-24 18:13:09    阅读次数:123
php 在docker 中使用composer 报内存溢出的解决方法
最近 需要用到有盟的推送,不想自己写,准备在github上面找个来改改,本地用的环境是docker 镜像,然后在docker 中 composer 时的时候,报了一个错 docker exec -it www /bin/bash root@85c8ee9b5e27:/var/www/html/new ...
分类:Web程序   时间:2020-06-22 19:30:31    阅读次数:149
使用git clone命令克隆文件出现error: RPC failed; curl 18 transfer closed with outstanding read data remaining问题
在使用git clone命令从github克隆源码到电脑时出现了以下问题 fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed error: RPC failed; curl 18 t ...
分类:Web程序   时间:2020-06-21 23:37:27    阅读次数:88
Git拉取分支报错(fatal:‘XXX' is not a commit and a branch ‘XXX' cannot be created from it)
一、问题出现 1.当远程仓库分支上有一个本地仓库没有的分支时 2.本地使用git checkout命令检索这个远程分支 git checkout -b 本地分支名 远程分支名 当出现上述情况时,就会出现报错:fatal:‘XXX' is not a commit and a branch ‘XXX' ...
分类:其他好文   时间:2020-06-21 23:11:17    阅读次数:202
Ubuntu和Win 10下用CMAKE + SWIG 为C#写动态库
总结一下如何用CMake + Swig 给C# 写动态库,并打包安装 ...
分类:Windows程序   时间:2020-06-20 16:47:24    阅读次数:63
如何将自己写的代码上传到github上
1.首先注册github账号,登录,创建新仓库 ,点击+,点击new repository 2.得到如下页面,填写仓库名,自己随便写一个名字,下面的描述可写可不写,点击Initialize this repository with a README,然后创建: 3.下载git shell,网上给了很 ...
分类:Web程序   时间:2020-06-18 19:25:47    阅读次数:64
log4j2日志框架使用(Spring boot)
1.导入jar包 <!--排除自带的logback的依赖jar包,log4j2与logback的jar有冲突 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</a ...
分类:编程语言   时间:2020-06-14 12:29:40    阅读次数:56
1895条   上一页 1 ... 6 7 8 9 10 ... 190 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!