友人の git リポジトリにファイルをプッシュしようとしていますが、公開鍵でエラーが発生します。
git push origin testbranch
Permission denied (publickey).
fatal: Could not read from remote repository.
公開鍵/秘密鍵をどこで、どのように定義しますか?
git remote -v
戻り値:
origin git@github.com:Sesamzaad/NET.git (fetch)
origin git@github.com:Sesamzaad/NET.git (push)
どんな助けでも大歓迎です。