renamed heroku app from website, now it's not found
问题 After renaming my heroku app from the heroku website, whenever I cd to it's directory in a terminal and run any heroku command, I get App not found . Does anybody know of a way to remedy this? 回答1: Try to update the git remote for the app: git remote rm heroku git remote add heroku git@heroku.com:yourappname.git 回答2: The Answer by James Ward is also correct, alternatively try doing this: 1). open a terminal 2). Go to your_app_directory/.git/config 3). Once you open the config file then edit