You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user executes heroku git:remote --app APP_NAME in the wrong cwd, the CLI fails with a "not a github repository". This error message does not provide enough details on how to remedy or correct the error. This enhancement is to add better, more clear messaging.
Something like: " is not a git remote. Please re-run this command in a git initialized directory"
The text was updated successfully, but these errors were encountered:
When a user executes
heroku git:remote --app APP_NAME
in the wrong cwd, the CLI fails with a "not a github repository". This error message does not provide enough details on how to remedy or correct the error. This enhancement is to add better, more clear messaging.Something like: " is not a git remote. Please re-run this command in a git initialized directory"
The text was updated successfully, but these errors were encountered: