我是heroku的新手我刚刚安装了heroku工具栏并执行了以下操作
$ heroku create
Creating pure-oasis-4419... done, stack is cedar
http://pure-oasis-4419.herokuapp.com/ | git@heroku.com:pure-oasis-4419.git
$ heroku create --stack cedar
Creating mighty-stream-7975... done, stack is cedar
http://mighty-stream-7975.herokuapp.com/ | git@heroku.com:mighty-stream-7975.git
$ git push heroku master
fatal: I don't handle protocol 'git@heroku.com:https'
谁能告诉我为什么我会收到这个错误。
我也试过
git remote -v
我仍然得到
fatal: I don't handle protocol 'git@heroku.com:https'
我确定我在某个地方有错误。任何人都可以帮我解决这个问题。