12,796
回編集
39行目: | 39行目: | ||
<br><br> | <br><br> | ||
== | == Gitのインストール == | ||
以下の[https://github.com/git/git/releases GitHubのWebサイト] | 以下の[https://github.com/git/git/releases GitHubのWebサイト]にアクセスして、Gitのソースコードをダウンロードする。<br> | ||
または、<code>wget</code>コマンドでダウンロードする。<br> | |||
# /usr/localディレクトリにインストールする場合 | # /usr/localディレクトリにインストールする場合 | ||
cd /usr/local/src | cd /usr/local/src | ||
47行目: | 47行目: | ||
# ホームディレクトリにインストールする場合 | # ホームディレクトリにインストールする場合 | ||
cd / | cd ~/InstallSoftware/Git/src | ||
wget https://github.com/git/git/archive/<バージョン>.tar.gz | |||
<br><br> | <br><br> | ||