我正在尝试将我的代码上传到Heroku中的版本控制中。当我使用AWS控制台登录Heroku时,始终收到以下答复:
$ heroku login
heroku: Press any key to open up the browser to login or q to exit:
Opening browser to https://cli-auth.heroku.com/auth/browser/6acd9bf7-b8fa-4808-9023-9c3893140b94
› Warning: Cannot open browser.
heroku: Waiting for login... !
JSONError: Unexpected end of JSON input while parsing near ' '
at module.exports (~/.local/share/heroku/client/7.24.4/node_modules/parse-json/index.js:26:19)
at HTTP._parse (~/.local/share/heroku/client/7.24.4/node_modules/@heroku-cli/plugin-auth/node_modules/http-call/lib/http.js:343:25)
我在做什么错了?