github2 [github] subtree를 이용해서 git repository 합치기 그냥 방치되어있는 레포지토리들을 저장소 하나에 합쳐보자 1. 터미널로 base repository가 될 곳에 접근 2. 옮길 repository를 1번 base repository에 옮긴다. (아래의 명령어 사용) git subtree add --prefix={옮길저장소} {옮길저장소주소(.git)} {브랜치} 3. git push 끝 간단한데 한번씩 쓰는거라 자꾸 깜빡해서 정리 2022. 3. 9. [github] github push 실패😭 fatal: unable to access 'repository' : The requested URL returned error: 403 수업을 듣다가 한 파트가 끝날 때마다 github에 push를 해주고 있다. 오늘도 룰루랄라 add -> commit -> push... 를 하는데 ???? remote: Password authentication is temporarily disabled as part of a brownout. Please use a personal access token instead. remote: Please see https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/ for more information. fatal: unable to access 'repository': The requested U.. 2021. 7. 28. 이전 1 다음