私はこのエラーメッセージの形で障害物にぶつかりました:
Agent admitted failure to sign using the key.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
http://identi.ca/conversation/32495642で回避策を見つけました。すぐに回答として投稿します。
私はこのエラーメッセージの形で障害物にぶつかりました:
Agent admitted failure to sign using the key.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
http://identi.ca/conversation/32495642で回避策を見つけました。すぐに回答として投稿します。
回答:
そのため、ここでhttp://identi.ca/conversation/32495642で述べたように、回避策(またはこれが標準プロトコルですか?)を使用することssh-add
です。
$ ssh-add ~/.ssh/id_rsa
Enter passphrase for /home/adam/.ssh/id_rsa:
その後、次のコマンドでファイルをリモートリポジトリにアップロードしました。
$ git push origin master