Curl命令行无法将多行文本添加到git问题描述中。
curl -H 'Content-Type: application/json' -X POST -d '{ "title": "images found in repositories", "body": "Checking image status
Table
=========================
XXX
OK
", "labels": ["bug"]}' https://****:****@github.****.com/api/v3/repos/<Project>/<Repository>/issues
错误:
{
"message": "Problems parsing JSON",
"documentation_url": "https://developer.github.com/enterprise/2.14/v3/issues/#create-an-issue"
}