私は過去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を選択しましたが)、秘密鍵を内部にロードしようとしましたが、何も変わりません。
何か案は?
ありがとう。