Windows-TortoiseGit:主机不存在致命:无法从远程存储库读取

Windows-TortoiseGit:主机不存在致命:无法从远程存储库读取,git,github,tortoisegit,Git,Github,Tortoisegit,我的笔记本电脑坏了,所以我正在尝试安装一台新的,但没有成功。当我尝试使用TortoiseGit克隆GitHub repo时,我得到: Host does not exist fatal: Could not read from remote repository. git.exe clone --progress -v "git@github.com:me/mystuff.git" "C:\git\stuff" Cloning into 'C:\git\stuff'...

我的笔记本电脑坏了,所以我正在尝试安装一台新的,但没有成功。当我尝试使用TortoiseGit克隆GitHub repo时,我得到:

Host does not exist fatal: Could not read from remote repository.

git.exe clone      --progress -v  "git@github.com:me/mystuff.git"    "C:\git\stuff"

Cloning into 'C:\git\stuff'...
Unable to open connection:
Host does not exist fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
这是一个常见的问题,但我只能为Unix而不是Windows找到解决方案

我的设置方式如下:

  • 下载并安装了tortoisegit,选择默认选项使用putty(plink?)而不是openssh(我没有)
  • 下载并安装git
  • 机器上已经安装了腻子和腻子
  • 使用puttygen创建密钥。将其保存为something.ppk,并将公共密钥剪切并粘贴到新密钥中:
  • 在目录上单击鼠标右键,并尝试使用类似以下URL的URL来完成回购:git@github.com:me/mystfuff.git”和一种类型的“WEB”。我从GitHub的“ssh克隆URL”复制的URL
  • 有什么想法吗


    我不想使用专有的GitHub客户端,因为我希望它可以与Ortoisegit、Git Bash甚至Eclipse一起使用(尽管我从未让Eclipse与GitHub一起使用)。

    “这是一个常见的问题,但我只能为Unix找到解决方案,而不能为windows找到解决方案。”您找到了哪些Unix解决方案?@cupcake,例如:“ssh add ~/.ssh/id_rsa”我也遇到了同样的问题。我使用的防火墙阻止了“TortoiseGitPlink.exe”进程。我添加了一个异常,它成功了。请检查您的防火墙是否存在类似问题