작업환경
문제
- 막 repository를 생성하고,
- 맥 터미널에서 github의 private repository를 pull 했을때 찾지 못하는 현상
$ git pull origin main
...
remote: Repository not found
fatal: repository 'https://...' not found
과정
- 해당 에러메시지로 구글링하여 mac/windows 모두 키체인쪽 문제가 발생시 이런 현상이 있다는 정보 획득
- 참고
해결
- 맥에서 '키체인 접근'을 실행하여 로그인에서 github 을 삭제하고 다시 pull 해보니 github id/pwd 를 물어보기 시작함