[Git]推送后,找不到仓库
事件
没有仓库…是吗? … Shì ma?)
$ git push
Enter passphrase for key '/c/Users/********/.ssh/id_rsa':
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
It would be helpful to have the original sentence in order to provide an accurate paraphrase. Can you please provide the original sentence in English?
找到一个结论,我发现我的git账户只有读取权限(顺便说一下,这是对仓库的第一次推送)。
那就给我一个能让我知道权限错误的错误信息吧,哈哈。
请确保您拥有正确的访问权限并且仓库存在。虽然有人表示如果只有个人使用过git,可能很难考虑到在能够访问仓库的基础上还存在更细致的权限划分。(可能是组织特有的权限设置。)
我请他把权限修改为写入,然后成功地进行了推送。
请提供更多上下文信息。
据说我的帐户在该仓库上仅拥有读取权限。
教训
如果遇到相同的错误,请尝试联系存储库管理员确认您的权限,这可能会解决问题。