计算机网络『cURL』curl: Could not resolve host无法解析主机地址
Posted Bug挖掘机
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了计算机网络『cURL』curl: Could not resolve host无法解析主机地址相关的知识,希望对你有一定的参考价值。
出问题的curl命令
可以看到命令参数最外层是用单引号
curl --location --request POST https://test-api.orionbase.cn/api/v1/bind/corp/machine \\
--header X-Auth-Token: 9c0e04eae20c0cbabce418457404edd8 \\
--header Content-Type: application/json \\
--data-raw
"devices": [
"sn": "M01BCNA0100201424FE9",
"name": "yueyang"
],
"corp_id": "dcfe59ab4a55520a4e964a2b538ec014",
"is_bind": 1,
"model": "OS-DB01D"
按照解决办法修改后的版本,解决办法见下
curl --location --request POST "https://test-api.orionbase.cn/api/v1/bind/corp/machine" --header "X-Auth-Token: cbad40307bd2b11c444d8ec6420af2c4" --header "Content-Type: application/json" --data-raw "\\"devices\\": [ \\"sn\\": \\"M01BCNA010020142PD2B\\", \\"name\\": \\"maqin\\"],\\"corp_id\\": \\"QtYaitn3bufw6a7gJF6ZfoP\\",\\"is_bind\\": 1,\\"model\\": \\"OS-DB01D\\""
解决办法
全部改成双引号,参数内部有双引号用反斜杠转义,如\\"
以上是关于计算机网络『cURL』curl: Could not resolve host无法解析主机地址的主要内容,如果未能解决你的问题,请参考以下文章
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; 未知的错误"
BUG YII2.0 cURL error 6: Could not resolve host:
window是怎么用curl啊,好像只能用双引号 单引号提示 Could not resolve host
error: libcurl development files required Could not run curl-config 的解决方式
http://mirrors.aliyun.com/centos/7/os/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - “Could not res