windows 系统电脑,再一次更新git客户端后提交报错
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.
解决方案
先运行 eval `ssh-agent -s` 再输入 ssh-add ~/.ssh/id_rsa 就可以了
原文地址:https://www.cnblogs.com/yangfei123/p/10869737.html
时间: 2024-10-09 00:50:59