형상관리/git
git [ERROR] - Could not read from remote repository.
Admin_This_Project
2022. 7. 28. 17:08
[error content ]
The requested repository either does not exist or you do not have access. If you believe this repository exists and you have access, make sure you're authenticated.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
[how to solve]
1. remote remove
##git remote remove {branch main name}
git remote remove origin
## git remote add {branch main name} {url}
git remote add origin *@git~~~**
728x90