본문 바로가기

오류 해결 방법

'git'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.

git clone을 이용해서 깃허브에 있는 파일을 복제하려고 하는데, 아래와 같은 오류 메시지가 나온다면 git이 설치되어 있지 않아서다. 

 

'git'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.

 

따라서 이런 경우에는 git을 설치해주면 되는데, git은 아래의 사이트에서 64-bit Git for Windows Setup을 다운로드해서 설치해주면 된다.

 

https://git-scm.com/download/win

 

Git - Downloading Package

Download for Windows Click here to download the latest (2.42.0) 32-bit version of Git for Windows. This is the most recent maintained build. It was released 26 days ago, on 2023-08-30. Other Git for Windows downloads Standalone Installer 32-bit Git for Win

git-scm.com