macOS에서 Git fetch 인증 오류 해결: 키체인 캐시 문제Git을 HTTP(S) 방식으로 사용할 때 아래와 같은 오류가 발생할 수 있습니다.git fetch remote: The project you were looking for could not be found or you don't have permission to view it.fatal: repository 'http://server/group/repo.git/' not found윈도우 OS를 사용하는 경우 참고:https://velog.io/@lionloopy/git-repository-not-found-오류macOS를 사용하면서 다음 사항들이 모두 맞는 상황이라면:저장소 주소(URL)는 정확..