이유: master branch에 있는데, push를 main에 하겠다고 명령어를 입력
해결방안: git checkout -b 'main' 명령어를 통해 옮겨 해결
git checkout -b 'main'