为什么从firefox发出的curl命令不能下载任何内容?
我https://raw.githubusercontent.com/andreafrancia/trash-cli/master/README.rst在Firefox中打开,然后从“工具”->“ Web开发者”->“网络”复制以下curl命令: curl 'https://raw.githubusercontent.com/andreafrancia/trash-cli/master/README.rst' -H 'Host: raw.githubusercontent.com' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Accept-Language: en-GB,en;q=0.5' --compressed -H 'Connection: keep-alive' -H 'Upgrade-Insecure-Requests: 1' -H 'If-None-Match: "6931c3b4d0e94743bb93a36ed8e8c3f5add12f9a"' -H 'Cache-Control: max-age=0' 当我在lxterminal中运行它时,即使我添加-O了它,它也不会下载任何内容。我想知道为什么它不下载,以及如何使它下载文件? 谢谢。