2021년 8월부로 깃허브에서 로그인을 통한 인증 삭제.
토큰 or SSH중 하나로 인증해야함.
Settings-Developer settings-Personal access tokens에서 토큰생성
-- Expiration 만료일 지정
-- repo: repository작업만 수행하면 이것만 체크
오류내용 fatal: refusing to merge unrelated histories
git pull origin 브런치명 --allow-unrelated-histories
서로 관련 기록이 없는 이질적인 두 프로젝트를 병합할 때 기본적으로 거부하는데, 이것을 허용해 주기