差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| windows:git [2023/09/28 13:34] – ともやん | windows:git [2023/09/28 18:31] (現在) – [Git for Windows (SDKではなく...)] ともやん | ||
|---|---|---|---|
| 行 17: | 行 17: | ||
| git version 2.22.0.windows.1 | git version 2.22.0.windows.1 | ||
| </ | </ | ||
| + | |||
| + | ==== 64bit Git for Windows Portable (SDKではなく...) ==== | ||
| + | <WRAP color_term> | ||
| + | <WRAP color_mincode>< | ||
| + | # | ||
| + | |||
| + | cd / | ||
| + | |||
| + | pkg_zstd_dir=zstd-v1.5.5-win64 | ||
| + | pkg_zstd=${pkg_zstd_dir}.zip | ||
| + | |||
| + | echo " | ||
| + | #curl -L https:// | ||
| + | #tar Jxvf / | ||
| + | curl -L https:// | ||
| + | unzip -o / | ||
| + | cp / | ||
| + | rm / | ||
| + | rm -rf / | ||
| + | |||
| + | pkgs=(pacman-6.0.2-9-x86_64.pkg.tar.zst pacman-mirrors-20221016-1-any.pkg.tar.zst msys2-keyring-1~20230703-1-any.pkg.tar.zst) | ||
| + | dirs=(usr etc usr) | ||
| + | |||
| + | for ((idx=0; idx< | ||
| + | echo " | ||
| + | curl -L https:// | ||
| + | tar x --zstd -vf / | ||
| + | rm / | ||
| + | echo | ||
| + | done | ||
| + | |||
| + | curl -L https:// | ||
| + | |||
| + | mkdir -p / | ||
| + | pacman-key --init | ||
| + | pacman-key --populate msys2 | ||
| + | pacman -Syy | ||
| + | |||
| + | #export URL=https:// | ||
| + | #cat / | ||
| + | # d=/ | ||
| + | # mkdir -p $d; | ||
| + | # echo $d; | ||
| + | # for f in desc files install mtree; do | ||
| + | # curl -sSL " | ||
| + | # done; | ||
| + | #done | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | [[so> | ||
| ===== Git for Windows SDK ===== | ===== Git for Windows SDK ===== | ||