니코쌤 강의 도중 github page에 배포하는 부분에서 오류가 발생했다.

 

1. A branch named 'gh-pages' already exists.

검색해보니 node_modules/.cache/gh-pages 폴더 삭제하면 됨

 

2. remote: Permission to gogoadl/movie_app_2021.git denied to AdamPark0030.
fatal: unable to access 'https://github.com/gogoadl/movie_app_2021.git/': The requested URL returned error: 403

 

이건 최초로 git에 등록한 계정과 배포에 사용할 계정이 다를경우 발생하는데, Windows 사용자 기준으로

Windows 키 > 자격 증명 관리자 > 일반 자격 증명 > git:https://github.com 항목을 편집하여

배포에 사용할 계정의 ID와 비밀번호로 업데이트 시켜준 후에 다시 시도해서 성공했다.

 

'React' 카테고리의 다른 글

react router가 동작하지 않을 때  (1) 2021.12.05

+ Recent posts