15 lines
530 B
Markdown
15 lines
530 B
Markdown
## 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,这种方法只能临时使用,后面需要进行修改**
|