git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags origin
The server's host key is not cached. You have no guarantee
that the server is the computer you think it is.
The server's ssh-ed25519 key fingerprint is:
ssh-ed25519 255 SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU
If you trust this host, enter "y" to add the key to
エラー終了しました。エラーの内容は上記をご覧ください。
PuTTY's cache and carry on connecting.
If you want to carry on connecting just once, without
adding the key to the cache, enter "n".
If you do not trust this host, press Return to abandon the
connection.
Store key in cache? (y/n, Return cancels connection, i for more info) fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
GitHub
Abstract#
JSPWikiは本家からフォークしたレポジトリを作りながら、必要な開発を進めています。といいつつ、主にやっているのはプラグイン開発なので、本体をいじったことはほとんどないのですが。ここでは、本家のアップデートをフォークした自分のレポジトリに反映するためのメモです。Topics#
- やりたいこと
本家: git@github.com:apache/jspwiki.git のアップデートを 自分のレポジトリ: git@github.com:tateshitah/jspwiki.git に取り込みたい。- 手順
(1) 本家remoteリポジトリの追加フェッチをしたときにこんなエラーが出た場合は、SSHクライアントがPuTTYを使っているためで、こだわりがなければ”ツール”メニューのオプションで、SSHクライアントをOpenSSHにかえましょう。
(3) 次にマージReference#