系统:centos 7
系统中已经存在一个repo,但是当clone另一个仓库时,出现以下错误: ERROR: Repository not found. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.复制代码
(注:是私人仓库,已将公钥部署到仓库)
根据文档:在一台服务器上使用多个仓库:https://docs.github.com/cn/developers/overview/managing-deploy-keys#using-multiple-repositories-on-one-server Host github.com-repo-0 Hostname github.com IdentityFile=/home/user/.ssh/repo-0_deploy_key Host github.com-repo-1 Hostname github.com IdentityFile=/home/user/.ssh/repo-1_deploy_key复制代码
但还是不行,还是上面的错误。
请问有人遇到过吗?该怎么解决呢
青海省网友说:这个文档是解决本地多个git账户共存问题的,不是仓库
陕西省网友说:那为什么无法clone呢,使用ssh -T ssh -T git@github.com测试了,只有已经连接成功的仓库信息。