安装brew报错如下: $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" curl: (7) Failed to connect to raw.git ...
分类:
其他好文 时间:
2020-10-26 11:47:36
阅读次数:
21
明明在配置文件中配置了清华的镜像,但是就是一直提示无法下载包。 目前网上大部分的解决方案配置如下: https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free https://mirrors.tuna.tsinghua.edu.cn/anacond ...
分类:
Web程序 时间:
2020-10-26 11:38:45
阅读次数:
46
解决 GitHub 的 raw.githubusercontent.com 无法连接问题 在使用 curl 下载文件时,如果出现以下情况 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection ref ...
分类:
Web程序 时间:
2020-10-24 09:48:51
阅读次数:
57
VMware虚拟机中安装安卓Android-X86系统详细安装步骤,请参考这篇文章:https://jingyan.baidu.com/article/ce09321b8686d12bfe858f61.html 总结下安装过程中遇到的问题: 1,报错:failed to load ldlinux.c ...
分类:
移动开发 时间:
2020-10-20 16:32:07
阅读次数:
46
远程仓库通过git init初始化了一个项目,没有clone到本地,本地新建了一个项目,关联本地项目和远程仓库(参见IDEA新建本地项目关联远程git仓库 )后git push报错: wulf@wulf00 MINGW64 /e/workspace/开源/spring-cloud-gateway ( ...
分类:
其他好文 时间:
2020-10-19 22:57:24
阅读次数:
26
go 查询es报错: 一、问题描述: elasticsearch 分页查询数据,刚开始数据还可以正常显示,但是到后面就报错: panic: elastic: Error 400 (Bad Request): all shards failed [type=search_phase_execution ...
分类:
其他好文 时间:
2020-10-18 16:27:43
阅读次数:
23
springcloud项目是一个父项目,和多个子项目 例如以下: SpringcloudTest >父项目 SpringcloudTestA >子项目 SpringcloudTestB >子项目 对于子项目进行打包时会出现问题 Failed to execute goal on project : ...
分类:
编程语言 时间:
2020-10-18 16:25:33
阅读次数:
44
Logger写*.log文件时 Console Log: W/System.err: java.io.IOException: open failed: ENOENT (No such file or directory) W/System.err: at java.io.File.createNe ...
分类:
移动开发 时间:
2020-10-16 10:47:37
阅读次数:
39
npm报错 npm ERR! code ERR_TLS_CERT_ALTNAME_INVALID npm ERR! errno ERR_TLS_CERT_ALTNAME_INVALID 在下载npm依赖包输入 npm install 命令的时候出错 以下是错误信息 错误信息: npm ERR! co ...
分类:
其他好文 时间:
2020-10-13 17:38:08
阅读次数:
43
Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80] Fetched 18.4 MB in 18s (1028 kB/s) Reading package lists... ...
分类:
其他好文 时间:
2020-10-09 21:20:39
阅读次数:
26