remote 후 메인 브런치 설정 할 때
1. refname refs/heads/main not found
git pull
git add .
git commit -m "initial commit"
후에 메인 브런치 설정해주기
푸시했더니
2. remote rejected pre-receive hook declined
리포지토리 설정 > 리포지토리 > Protected branches > Allowed to force push 켜기!
항상 오류 나는데 항상 까먹어서 적어 놓음
이 짓을 안 하고 싶으면 프로젝트 생성할 때 망할 README 체크를 풀면 된다.
'Git' 카테고리의 다른 글
Visual Studio Code에서 git 자동 로그인 설정/변경 하기 (+github token) (0) | 2021.01.29 |
---|