Tôi đã mở https://raw.githubusercontent.com/andreafrancia/trash-cli/master/README.rst
trong Firefox và sao chép lệnh curl sau từ Tools-> Web Developer-> Network:
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'
Khi tôi chạy nó trong lxterminal, nó không tải xuống bất cứ thứ gì, ngay cả khi tôi thêm -O
vào nó. Tôi đã tự hỏi tại sao nó không tải xuống, và làm thế nào tôi có thể làm cho nó tải xuống tập tin?
Cảm ơn.