failed to push some refs 에러 해결하기
·
Git
failed to push some refs 에러 프로젝트에서 변경 사항 add, commit 후 push를 하려고 하니 아래와 같은 에러가 발생하였다.123456789PS C:\Users\minha\Desktop\boj-javascript> git push origin mainTo https://github.com/sminha/BOJ.git ! [rejected] main -> main (fetch first)error: failed to push some r..