LoginSignup
4
2

【2023年7月最新版】CentOS7(yum)でGitの2系をインストールする

Last updated at Posted at 2020-07-07

毎回調べて時間がかかるのでメモ
今どきCentOS7なんて使ってる人いないよね

$ sudo yum remove git*
$ sudo yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
$ sudo yum install git

出典

4
2
1

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
4
2