🌳 에러 코드
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
🌳 해결 방법
🌾 원인 : github repository를 생성할 때 readme.md를 생성했기 때문에 발생하는 오류
🌾 해결 방법 : 터미널에서 강제 푸쉬 $ git push -u origin +master
'코딩 에러 및 질문' 카테고리의 다른 글
터미널 Github 사용법 (0) | 2023.07.18 |
---|---|
터미널 깃헙 사용 (0) | 2023.07.17 |
[Terminal/H2 Database] H2 데이터베이스 Permission denied 에러 (0) | 2023.07.12 |
Execution failed for task ':HelloSpringApplication.main()'. (0) | 2023.07.09 |
검색을 할때마다 바뀌는 로그인 된 유저 정보 이름. (0) | 2023.06.07 |