Programming/TIL

git | readme 생성 후 push 불가능 에러

tikitaka205 2023. 1. 16. 02:10

문제점

push가 되지않는 버그

해결방법

강제로 push하는 명령어 입력 <git push -f origin main>