私は自分のプロジェクトを自分のビットバケットにプッシュしようとしています。数え切れないほどの問題解決/ページ/トラブルシューティング/チュートリアルを注いで約 4 日間これをいじっています。私は途方に暮れており、非常にイライラしています。私は以前にこれを行ったことがありますが、別のコンピューターで...とにかく、ここに私が得ているコード/応答があります
~/dev/sample_app git push -u origin --all
The authenticity of host 'bitbucket.org (131.103.20.168)' can't be established.
RSA key fingerprint is 81:7b:2c:f5:6f:18:2b:7c:4b:ec:aa:46:46:74:7c:40.
Are you sure you want to continue connecting (yes/no)?
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
~/dev/sample_app
私は10.8.4を実行しているMacを使用しています。
最初は.sshフォルダーがなかったので、最初にそのように作成しました.known_hostsファイルがなかったので、実行しました
ssh -T git@bitbucket.org
yes を選択すると、known_hosts ファイルが作成され、再度プッシュしようとすると、次のようになりました。
~/dev/sample_app git push -u origin --all
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
私の .ssh フォルダーは 700 で、内部のキーはすべて 600 です。