我試圖創建一個存儲庫GitHub的一個問題:GitHub的問題創建API
curl -d '{"title":"my-new-repo","body":"my new issue description"}' https://api.github.com/repos/np98765/BattleKits/issues
這只是返回:
{
"message": "Not Found"
}
我驗證這樣的:
curl -u "user:password" https://api.github.com
我做錯了什麼? http://developer.github.com/v3/issues/#create-an-issue
同樣的問題在這裏。你找到了原因嗎? –