当我从终端运行“git remote -v”时,我得到以下信息:
heroku git@heroku.com:obscure-taiga-9581.git (fetch)
heroku git@heroku.com:obscure-taiga-9581.git (push)
origin http://coastguard-quiz.herokuapp.com/ (fetch)
origin http://coastguard-quiz.herokuapp.com/ (push)
我想替换“git@heroku.com:obscure-taiga-9581.git”部分。我怎么做?