プロジェクト(Calico)をGitHubにプッシュしようとしていますが、エラーが発生しています。GitHub - > 'リモートエンドが予期せずハングアップしました'
[email protected] /C/inetpub/wwwroot/Calico (master)
$ git push -u github master
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 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48
Connection abandoned.
fatal: The remote end hung up unexpectedly
私は私を信じて:私は、コードをプッシュしようとしたとき、私はまだエラーが発生しますが
[email protected] /C/inetpub/wwwroot/Calico (master)
$ ssh [email protected]
Enter passphrase for key '/c/Users/Ryan/.ssh/id_rsa':
Hi rossryan! You've successfully authenticated, but GitHub does not provide shel
l access.
Connection to github.com closed.
:私は正常にssh接続経由でログインし、通常の応答を受信しましたGitHubを原点に置き換えて(原点は既に定義されているので、私は別の名前を使用した)、ウェブサイトからの忠実な指示に従った。私はこの問題についてGitHubに電子メールを送りましたが、応答はありませんでした。
誰にも他のアイデアはありますか?
EDIT:gitのリモート-vから
出力:(代わりmsysgitに付属パッケージ化のOpenSSHの)パテを使用する場合
[email protected] /C/inetpub/wwwroot/Calico (master)
$ git remote -v
github [email protected]:rossryan/Calico.git (fetch)
github [email protected]:rossryan/Calico.git (push)
origin C:/inetpub/wwwroot/Calico/ (fetch)
origin C:/inetpub/wwwroot/Calico/ (push)
? –