'prigin' does not appear to be a git repository fatal: Could not read from remote repository.
时间: 2023-10-26 20:41:22 浏览: 150
码云出现错误git@gitee.com: Permission denied (publickey). fatal: Could not read from remote repository. P
5星 · 资源好评率100%
It seems like you are trying to execute a git command on a repository that does not exist or you don't have access to. In this case, "origin" is the default name given to the remote repository that you cloned your local repository from.
Make sure that you have spelled the repository name correctly and that you have the necessary permissions to access the repository. Also, check if you have added the correct remote repository to your local repository using the command "git remote add" followed by the repository URL.
阅读全文