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
다음에서 액세스해 보세요 .이 붙여넣기 상자 복사본호스트 파일.