curl
当我使用和下载文件时将其命名为hosts
使用命令:
curl https://raw.githubusercontent.com/racaljk/hosts/master/hosts -#o hosts
然后它会抱怨:
Warning: Failed to create the file hosts: Permission denied
curl: (23) Failed writing body (0 != 1929)
但当我将参数更改-o hosts
为-o hosts.rmt
:
curl https://raw.githubusercontent.com/racaljk/hosts/master/hosts -#o hosts.rmt
一切都会安好的。
我已经对这个问题进行了一些谷歌搜索,但我找不到同样的问题。