ray-note/未分类日志.md

15 lines
530 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## tar 解压失败
```
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
```
解决方法:[上链接](https://www.cnblogs.com/xqzt/p/5032865.html)
**注意:一定搞清楚文件的类型**
## 腾讯云访问github
腾讯云默认是访问不了github的应该是因为墙的原因
解决办法:[上链接](https://www.cnblogs.com/redwei/p/16309106.html)
**注意这里使用的方法是修改host这种方法只能临时使用后面需要进行修改**