0

我是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'

我确定我在某个地方有错误。任何人都可以帮我解决这个问题。

4

2 回答 2

2
  • git 将源代码拉到您的设备上。
  • 开始处理代码。或者只是用你的重写它们。
  • 混帐添加。
  • git commit -m "提交信息"
  • git 推送
于 2012-12-02T05:24:34.213 回答
0

这可能是因为您的 Git 版本。尝试按照旧问题git error: cannot handle https中的建议使用最新的

于 2012-12-02T05:24:28.737 回答