2012-09-05 8 views
0

Git을 명령 줄에서 사용하기 위해 Git을 설치했습니다. 그리고 git 명령을 사용할 때마다 다음 결과가 표시됩니다. 올바른 출력과 이상한 오류가있는 것 같습니다. 여기 Git 설치시 오류가 발생했습니다.

>C:\Users\Harish Kumar>git --version 
>'chcp' is not recognized as an internal or external command, 
operable program or batch file. 
>git version 1.7.11.msysgit.0 
>'chcp' is not recognized as an internal or external command, 
operable program or batch file. 

는 경우 내 경로 변수 :

사용자 변수 :

C:\RailsInstaller\Git\cmd;C:\RailsInstaller\Ruby1.9.3\bin;C:\Users\Harish Kumar\AppData\Roaming\npm\ 

시스템 변수 :

C:\MinGW\bin;C:\Program Files\Java\jdk1.6.0_33\bin; 
C:\Program Files\Java\jre6\bin;C:\Program Files\nodejs\; 
C:\Program Files(x86)\Git\cmd;C:\RailsInstaller\Git\cmd;C:\RailsInstaller\Ruby1.9.3\bin; 
C:\Users\Harish Kumar\AppData\Roaming\npm\ 
+2

http://stackoverflow.com/questions/8142058/chcp-is-not-recognized-as-an-internal-or-external-command-operable-program-oror – kan

답변

0

당신은 msysgit를 통해 자식을 사용해야합니다. 이렇게하면 모든 경로가 설정됩니다.

관련 문제