/usr/bin/curl: Argument list too long的解决方法

使用curl发送http请求时,会出现-bash: /usr/bin/curl: Argument list too long的错误,此时,可用采用httpie代替curl发送请求:

pip install httpie
原文地址:https://www.cnblogs.com/imzye/p/7967962.html