Eclipseにオープンシフトアプリケーションをインポートしようとしています。私は、Eclipseで新しいRSAキーを数回発生秘密鍵のためにopensshiftプロジェクトをeclipseにインポートすると失敗する
Could not clone the repository. Authentication failed.
Please make sure that you added your private key to the ssh preferences.
ssh://[email protected]/~/git/javaapp.git/: ProxyHTTP: com.jcraft.jsch.JSchException: java.net.ConnectException: Connection timed out: connect
:
は、私は、次のエラーメッセージが表示されます。
ssh環境設定では、プライベートキーと公開キーが参照されます。
はまた、私は何をすべきか見当がつかないと私はどこにでも解決策を見つけることができない私のopenshiftアカウント
に公開鍵が含まれています。
ここでは何が起こっていますか?
EDIT
D:\TEST>git clone ssh://[email protected]/~/git/javacloudapp.git/
Cloning into 'javacloudapp'...
Warning: Permanently added 'javacloudapp-tcinfopage.rhcloud.com,52.20.106.184' (RSA) to the list of known hosts.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
D:\TEST>
リモートリポジトリはどこにホストされていますか? – Manish
エラーの3行目に接続タイムアウトエラーが表示されます。認証失敗があってもこれが得られるかどうかは誰にでもわかりますか?私はそれが最後にAuthが失敗すると言うだろうと思う。 –
http://stackoverflow.com/questions/36349162/not-able-to-import-openshift-application-in-eclipse and http://stackoverflow.com/questions/9804071/private-key-authentication-failed-error -in-eclipse-for-opensshiftにはいくつかの提案があります。あなたのIPとポートがtelnetで到達可能かどうかを親切にチェックしてください。 –