0
私はsshを使用してbitbucketからgitリポジトリを複製しようとしています。これは、httpsでうまく動作しますが、私は右キーとGIT_SSH = Cとのページェント実行している次のような結果git clone with puttyが失敗しました
> git clone [email protected]:PATH/TO/MY/REPOSITORY.git
The server's host key is not cached in the registry. You
have no guarantee that the server is the computer you
think it is.
The server's rsa2 key fingerprint is:
ssh-rsa 2048 97:8c:1b:f2:6f:14:6b:5c:3b:ec:aa:46:46:74:7c:40
Connection abandoned.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
を得続ける:\プログラムファイル(x86の)\パテ\
この '[email protected]:PATH/TO/MY/REPOSITORY.git'が' git clone'に渡したものであることを確認できますか? –
PATH/TO/MY/REPOSITORY.gitは実際のパスではありません。私はbitbucketから実際のパスをWebページ上の "クローン"アクションを使って取得しました。これは、コマンドラインにカットアンドペーストすることができる文字列を提供します。 –