3
1

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 1 year has passed since last update.

AWS EC2 AmazonLinux2 Gitをインストールする

Posted at

概要

  • EC2 AmazonLinux2インスタンスにGitをインストールして$ gitコマンドを実行できるようにする方法をまとめる。

方法

  1. 下記コマンドを実行してyumを最新にする。

    $ sudo yum update
    
  2. 下記コマンドを実行してGitをインストールする。

    $ sudo yum install git
    
  3. 下記コマンドを実行してnot foundがでなければGitがインストールされている。

    $ git
    
3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?