インストール済みの git for windows をバージョンアップする方法
バージョンアップ方法
Git Bash や コマンドプロンプト などから、アップデートコマンドを実行する。但し git for windows 2.1.3 以前はアップデートコマンド非対応。
1 |
$ git update-git-for-windows |
その後、GUIウィンドウがポップアップので指示に従ってインストールを進める。
古い git for windows (git client) への警告例
1 2 3 4 5 6 |
$ git fetch remote: Azure Repos remote: We noticed you're using an older version of Git. For the best experience, upgrade to a newer version. remote: Found 9 objects to send. (504 ms) Unpacking objects: 100% (9/9), done. ... |