我的笔记本电脑爆炸了,所以我试图设置一个新的没有成功。当我尝试使用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。
我设置的方式如下:
有什么想法吗?
我不想使用专有的GitHub客户端,因为我希望它可以与TortoiseGit,Git Bash甚至Eclipse一起使用(尽管我从未让Eclipse与GitHub一起工作)。