반응형
Fetching origin
remote: Repository not found.
fatal: repository 'https://github.com/{레포지토리 경로}.git/' not found
error: Could not fetch origin
레포지토리와 연결을 끊고 다시 연결을 해줘야함.
#레포지토리와 연결 해제
git remote remove origin
#재연결
git remote add origin https://{깃허브 유저명}:{깃허브 ssh key}@github.com/{레포지토리 경로}.git
반응형
'📁ETC. > ⚒️ Tool' 카테고리의 다른 글
[Github] Git branch 관리 (0) | 2023.06.05 |
---|---|
[GitHub] 맥북에서 깃허브에 프로젝트 올리기 (0) | 2023.04.06 |
[Github] git@github.com: Permission denied (publickey). 에러 해결 (0) | 2022.10.08 |
[Github] 깃(git) 사용하기 (0) | 2022.05.03 |
[Eclipse] TODO Auto-generated method stub 주석 제거 (0) | 2021.09.27 |