10
13

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 5 years have passed since last update.

Bash on Ubuntu on Windowsに新しいGitをインストールする

Posted at

はじめに

Bash on Ubuntu on Windowsで喜び勇んでapt-get install gitするとバージョン1.9.1でちょっと悲しくなりました。
せっかくなので新し目のバージョンを簡単にインストールできないか探してみると何て事はない、名前こそ仰々しいもののユーザー視点ではUbuntu 14.04.4 LTSなのでppaを利用すればよかったのです。

新しいGitをインストールする

$ sudo add-apt-repository ppa:git-core/ppa
$ sudo apt-get update
$ sudo apt-get install git

これだけ
2016-08-17現在でバージョン2.9.3をインストールできました。

参考リンク

10
13
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
10
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?