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はありませんが、米国ではIPが接続されています。curl
以下からアクセスしてみてください。このペーストボックスのコピーホストファイル。