初歩的な質問ですみません。Linux環境でCentOS7にgitをインストールをしたのですが、エラーでインストールがされませんでした。
■やりたいこと&ためしたこと
CentOS7にgit2.3.0バージョンになるようにインストールしたいです。
そのために下記のコマンドを打ったのですが、エラー文が出ます。
コマンドは1)~3)です。3)でgitコマンドがありませんと出ているのでgitがインストールされてない認識です。
gitのバージョンを見た時に2.3.0となっていれば成功なのですが、よくサイトに載っているコマンドでインストール
を試みたのですが、そもそもインストールがされずに困っています。
- sudo yum -y install https://centos7.iuscommunity.org/ius-release.rpm
- yum -y install git2u
- git --version
$ sudo yum -y install https://centos7.iuscommunity.org/ius-release.rpm
読み込んだプラグイン:fastestmirror
ファイルが開けません: https://centos7.iuscommunity.org/ius-release.rpm を飛ばします。
エラー: 何もしません
$ yum -y install git2u
読み込んだプラグイン:fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
12: Timeout on http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock: (28, 'Connection timed out after 30000 milliseconds')
epel/x86_64/metalink | 10 kB 00:00:00
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=extras&infra=stock error was
12: Timeout on http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=extras&infra=stock: (28, 'Connection timed out after 30075 milliseconds')
- base: ftp.jaist.ac.jp
- epel: ftp.jaist.ac.jp
- extras: ftp.jaist.ac.jp
- updates: ftp.jaist.ac.jp
base | 3.6 kB 00:00:00
https://d2lzkl7pfhq30w.cloudfront.net/pub/epel/7/x86_64/repodata/repomd.xml: [Errno 12] Timeout on https://d2lzkl7pfhq30w.cloudfront.net/pub/epel/7/x86_64/repodata/repomd.xml: (28, 'Operation timed out after 30000 milliseconds with 0 out of 0 bytes received')
他のミラーを試します。
epel | 4.7 kB 00:00:00
extras | 2.9 kB 00:00:00
mysql-connectors-community | 2.5 kB 00:00:00
mysql-tools-community | 2.5 kB 00:00:00
mysql57-community | 2.5 kB 00:00:00
updates | 2.9 kB 00:00:00
(1/2): epel/x86_64/primary_db | 6.9 MB 00:00:19
(2/2): epel/x86_64/updateinfo | 1.0 MB 00:00:21
パッケージ git2u は利用できません。
エラー: 何もしません
$ git --version
bash: git: コマンドが見つかりません
■わからないこと
調べてみたのですがiusの最新リンクが変更になったとのことで、その解決策として1)の冒頭にsudoコマンドを付加することが必須のようですがそれでもインストールがされませんでした。他にgitインストールする方法がわからずお詳しい方、ご教授頂きたいです。環境はLinuxで本当に初期の状態からgitをインストールしようとしていました。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。