我正在使用MacOs Lion。
我安装了heroku CLI。
我能够成功登录:heroku login
我创建了一个node.js应用程序并获得了git repo url。但是当我跑步时:
git clone git@heroku.com:potrerosanluis.git -o heroku
Cloning into potrerosanluis...
ssh: connect to host heroku.com port 22: Operation timed out
fatal: The remote end hung up unexpectedly
然后我跑了:heroku keys:add
认为这可能是ssh键的一些问题。但问题仍然存在。
我是heroku的新手,git。知道问题是什么吗?