我试图把一个文件推到一个朋友的 git 回购,但错误的公开密钥。
git push origin testbranch
Permission denied (publickey).
fatal: Could not read from remote repository.
我们在哪里以及如何定义公钥/私钥?
返回:
origin git@github.com:Sesamzaad/NET.git (fetch)
origin git@github.com:Sesamzaad/NET.git (push)
感谢你的帮助。