0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

git パスが通ってないときの一時的な対処法【win10】

Posted at

一時的に使うだけであれば
パスを通さなくても、gitのパスを直接指定しても良いと思います。

対処法

コマンドを打つ際に「git」の部分を
"C:\Program Files\Git\bin\git.exe"
に変えるだけ

git init

をやりたいなら

"C:\Program Files\Git\bin\git.exe" init

とする

パスの注意点

標準の状態でインスコして

C:\Program Files\Git\bin

の配下に「git.exe」があるはず
という前提で書いてます

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?