0

コマンドラインから使用するつもりで 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\
4

1 に答える 1

0

msysgit 経由で git を使用する必要があります。これにより、すべてのパスが設定されます。

于 2012-09-05T18:24:22.680 に答える