我的git存储库存在问题。当我尝试推,拉,克隆等我有错误:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我的团队负责人更改密钥,然后从计算机中删除旧密钥:
ssh-keygen -f "$HOME/.ssh/known_hosts" -R 192.168.0.33
我不确定这是否是原因,但我也将我的系统用Ubuntu 14.04更新到Ubuntu 16.04。更新系统后,git不起作用:(
我也生成新的公钥并将其保存到我的GitLab帐户。我确信它有效且具有正确的访问权限,因为我在日常工作中使用此帐户。
我尝试使用我的公钥:
cat ~/.ssh/id_rsa.pub
和GitLab帐户一样。我不知道,请伙计们帮助我,因为我不工作。
谢谢!