我已经从我的私人存储区上克隆并进行了(推/拉)操作。突然,我不能拉了。当我在工作目录中运行git pull时,它说:
$ git pull
Warning: Permanently added the RSA host key for IP address '2406:da00:ff00::34cc:ea4a' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
但是,我可以将同一存储库克隆到同一主机上的不同位置。它一直都在工作。我最近所做的唯一一件事就是,我试图通过一个Asnsible脚本(不起作用)来进行git pull工作。
请问有人可以帮忙吗?