[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
'형상관리 > git' 카테고리의 다른 글
How to solve? [nothing to commit, working tree clean] issue (0) | 2023.12.21 |
---|---|
result command after using command by $git remote --help (2) | 2023.12.21 |
git pull [reset, pull] (0) | 2022.07.12 |
git push [create branch, commit, checkout] (0) | 2022.07.11 |
git pull and log _ git 가져오기 및 이력확인 (0) | 2022.07.05 |