curl(3)[globbing]在列20中没有匹配的紧密括号/括号

时间:2019-01-24 05:50:00

标签: node.js

当我使用以下命令时

curl -H "Content-type:application/json" --data '{"peer" : "ws://localhost:6001"}' http://localhost:3001/addPeer

我得到以下内容

curl: (3) Bad URL, colon is the first character  
curl: (3) [globbing] unmatched close brace/bracket in column 20
curl: (7) Failed to connect to localhost port 3001: Connection refused

我在Windows上。 Nodejs版本是8.12.0,npm版本是6.4.1

我该如何解决问题?

1 个答案:

答案 0 :(得分:0)

我有同样的问题。试试这个:

curl.exe -H "Content-type:application/json" --data "{'peer' : 'ws://localhost:6001"}" http://localhost:3001/addPeer