我一直试图在最后2小时。 我使用的XP-dev下一个Git仓库提供商(因为我已经支付,我拥有svn回购那边)我已经给XP-DEV我的公钥。
但是,克隆我的回购时,我一个被拒绝。
"C:\Program Files (x86)\Git\bin\git.exe" clone -v --recurse-submodules --progress "ssh://xp-dev.com/repogit" "c:/ProjetPerso/repogit"
Cloning into 'c:/ProjetPerso/repogit'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Done
从我从各种博客了解,Git的扩展名应该叫我载入我的私钥,但它没有。
我试图启动腻子认证客户端(即使我选择采用openSSH)并装载在我的私人密钥,但它改变不了什么。
有任何想法吗?
谢谢。