我正在尝试像这样修改标签颜色:LABEL API
curl -k -u "xx:yy" https://api.github.com/repos/xx/zz/labels -H "Content-Type: application/x-www-form-urlencoded" -d "{'name':'Bug','color':'ff00ff'}"
格式对我来说看起来不错,但它返回:
{
"message": "Problems parsing JSON"
}
有谁知道我的 Json 可能有什么问题。