写入名为“hosts”的文件时出现curl:无法创建文件hosts:权限被拒绝

写入名为“hosts”的文件时出现curl:无法创建文件hosts:权限被拒绝

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

一切都会安好的。
我已经对这个问题进行了一些谷歌搜索,但我找不到同样的问题。

答案1

根据这个网站raw.githubusercontent.com 没有与之关联的 IP,但在美国,它对我来说是有的。尝试curl从以下网址访问这个粘贴箱副本主机文件的。

相关内容