안녕하세요 :) 현업 개발자의 블로그 입니다. 질문 환영해요.

궁금한 소프트웨어 기술을 말씀 해주시면, 성심 성의껏 알려드립니다.

형상관리/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