git ssh config没有与name关联的地址

时间:2014-01-11 11:47:07

标签: git ssh config

我的ssh-settings:

C:\用户\ maether.ssh \配置

host maether
        user git
        hostname xx.xx.xx.xx
        identityfile ~/.ssh/maether/maether
        Port xxxxx

我的RSA文件位于文件夹中:c:\Users\maether\.ssh\maether\

我打开cmd并输入:

ssh maether

通常我应该得到我的git-repository的答案,但我得到了:

  

ssh:maether:没有与名称相关的地址“

如果我输入echo %HOME%,我得到了C:\Users\maether\.ssh

我在不同的计算机上采取相同的方式,它可以工作,但现在我得到了这个失败:no address associated with name。 我有什么可以忘记的?

1 个答案:

答案 0 :(得分:1)

应该是

c:\Users\maether\.ssh\config

c:\Users\maether.ssh\config

请注意缺少的\