OverView : git push 하면 reject 되는 경우 최신 버전 업데이트 필요
1 2 3 4 |
$ git --version git version 2.34.2.windows.1 |
낮은 버전으로 설치된 경우 간단하게 설치
Powershell. winget install --id Git.Git -e --source winget
https://git-scm.com/download/win
1 2 3 4 |
$ git --version git version 2.45.2.windows.1 |