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

时间:2014-06-24 16:22:30

标签: git github tortoisegit

我的笔记本电脑爆炸了,所以我试图设置一个新的没有成功。当我尝试使用TortoiseGit克隆GitHub仓库时,我得到:

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。

我设置的方式如下:

  1. 下载并安装了togoise git,选择默认选项使用putty(plink?)而不是openssh(我没有)。
  2. 已下载并安装了git
  3. putty和puttygen已安装在机器上。
  4. 使用puttygen创建密钥。将其保存为something.ppk,然后将公共剪切并粘贴到新密钥中:https://github.com/settings/ssh
  5. 右键点击目录并尝试使用以下网址来扩展回购:“git@github.com:me / mystfuff.git”和一种“WEB”。我从GitHub的“ssh clone URL”复制的URL。
  6. 有什么想法吗?

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

0 个答案:

没有答案