代码之家  ›  专栏  ›  技术社区  ›  The Nomad

Cygwin上的Heroku命令挂起

  •  3
  • The Nomad  · 技术社区  · 12 年前

    我正在尝试使用 Heroku 上的命令 Cygwin 但他们似乎什么都不做,只是挂着。

    我安装了 Heroku toolbelt for Windows .

    执行 $ heroku version 给了我 heroku/toolbelt/3.10.5 (i386-mingw32) ruby/1.9.3 .

    但每当我尝试 $ heroku login $heroku登录 它只是挂着什么也不做。

    我在我的Github repo文件夹中设置了一个Heroku遥控器,并尝试 heroku push master 但它会提示我输入密码,然后我输入,但会给我一条消息:

    Permission denied (publickey).
    fatal: Could not read from remote repository.
    
    Please make sure you have the correct access rights
    and the repository exists.
    

    帮助是否有人成功使用 赫罗库 在…上 Cygwin公司 ?

    1 回复  |  直到 12 年前
        1
  •  0
  •   Adam R. Grey    12 年前

    这听起来像是heroku试图使用您的ssh密钥登录,但该密钥并未添加到您的帐户中。确保已将公钥添加到heroku帐户(如果登录,请转到帐户,添加ssh 平民的 密钥(~/.ssh/id_rsa.pub))。 this 也许也能帮你。

    推荐文章