[Github error] Updates were rejected because the tip of your current branch is behind
·
🔻DevOps/Github
push할 때 생기는 오류로 빈 리포지토리에 readme.md를 만들어 놓아서 git에서 push로 정보 유실을 막기 위해 오류를 낸다. 이를 해결해주기 위해 강제로 push를 진행한다. git push -u origin +master 이 명령을 통해 push하면 미리 만들어두었던 readme.md는 사라지니 주의!