LoginSignup
1
1

More than 1 year has passed since last update.

Git Bash (for Windows OS)

Last updated at Posted at 2023-07-09

こんにちは。
Git for Windows をインストールし、Git Bash を使いました。

導入手順

winget を用い、PowerShell 上にて、

PS> winget install -e --id Microsoft.WindowsTerminal
PS> winget install -e --id Git.Git

次に、Windows Terminal へ Git Bash を登録・追加する1

動作確認

Git Bash を Windows Terminal 上で動かし、各種コマンドを動作確認する。例えば、

$ which sshd.exe
/usr/bin/sshd.exe
$ echo $PATH | tr ':' '\n'
 ...
$ ps aux
 ...

Git Bash が標準提供しないコマンドを入手する

未調査

下記は未調査です:

  • gcc.exe (「MinGW-w64のダウンロードとインストール」が必要とのこと)
  • lv.exe (gcc.exe を用いてソースをコンパイルする必要があるとのこと)
  1. 参考:「Windows Terminal で Git Bash を表示する

1
1
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
1
1