摘要:
遇到的问题 curl: (60) Peer's certificate issuer has been marked as not trusted by the user. 解决方案: 加上 -v 查看详细信息,加上 -k(跳过 SSL 检测)可以解决。 URIError: URI malforme 阅读全文
摘要:
具体报错 tar: Error is not recoverable: exiting now 具体原因 原因是 windows 上传到 linux 服务器的文件有缺失,本来是 181M,上传到服务器就变成了 151M,底层原因是 linux 下的这个目录大小有限制,删除了几个大文件之后就可以了(清 阅读全文