error: failed to push some refs to 'https://github.com/내아이디/레포이름'
깃허브 gui를 통해 README 혹은 LICENSE file를 생성했기때문
(파일충돌?이 일어나는것같아 보였다.)
그러므로git pull origin master/main
명령어로 원격 레파지토리를 내 로컬로 가져온(fetch)다음 vs코드에 merege할건지 아닌지 선택해준 후 다시 add,commit,push 시도해주자
이전에 commit한 히스토리가 관련이 없다고 merge가 거절되었다.
해결: git pull origin
branch name
--allow-unrelated-histories