목록Git 명령어 (4)
צעדי חסד
수정된 내용 올리기 1. 변경 사항 확인 git status 2. 변경된 파일 스테이지에 추가 git add . 3. 변경 사항 커밋 git commit -m "message" 4.저장소로 올리기 git push origin AI (--force) 대용량 -> writing objects오래 걸릴 때, git gc git config --global http.postBuffer 157286400 -> git file repo size 증가시키기
- First attemptgit config --global http.postBuffer 157286400-> Fail - Second attemptgit config --global http.version HTTP/1.1git pushgit config --global http.version HTTP/2-> Success
git pull --rebase origin main To https://github.com/Kimngeunhye/Bible_versu-recommendation.git ! [rejected] main -> main (fetch first) error: failed to push some refs to 'https://github.com/Kimngeunhye/Bible_versu-recommendation.git' 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 s..