SLES 12にgitをインストールする方法は?

SLES 12にgitをインストールする方法は?

これは次のようになります。httpがサポートされていない問題についてしかし、ここで提案された回避策を私の状況に適用することはできません。

私はやった

zypper addrepo https://download.opensuse.org/repositories/devel:tools:scm/SLE_12_SP5/devel:tools:scm.repo
zypper refresh

わかりました。

Retrieving repository 'Software configuration management (SLE_12_SP5)' met
Download (curl) error for 'https://download.opensuse.org/repositories/devels:/scm/SLE_12_SP5/repodata/8ff6d5e77f953a771c9870113c655dfef8cf31ffba709feec8e0a617fc-primary.xml.gz':
Error code:  Bad URL
Error message: Redirect to protocol "http" not supported or disabled in li

今私は

curl https://download.opensuse.org/repositories/devel:/tools:/scm/SLE_12_SP5/repodata/8ff6d5e77f953a771c9870113c655dfef8cf31ffba709f2506cceec8e0a617fc-primary.xml.gz

わかります

<p>The document has moved <a href="http://downloadcontent.opensuse.org/repositories/devel:/tools:/scm/SLE_12_SP5/repodata/8ff6d5e77f953a771c9870113c655dfef8cf31ffba709f2506cceec8e0a617fc-primary.xml.gz">here</a>.</p>

しかし、関連する質問で提案されたソリューションを適用しようとすると

vi /etc/zypp/repos.d/devel_tools_scm.repo

httpでhttpsを変更しましたが、http URLがもう存在しないため、機能しませんでした。http://download.opensuse.org/repositories/devel:/languages:/php/openSUSE_Leap_42.3/devel:languages:php.repo

私が何を間違っているのですか?それともgitをインストールするにはどうすればよいですか?

ベストアンサー1

あなたが指摘したように、私がコメントで言及した内容は、あなたが試した後に効果がありました。回答で投稿します。

zypper install git

git他のほとんどの展開のリポジトリと同様に、SLESリポジトリで使用できます。 SLESの場合、リポジトリーがアクティブな場合は上記のコマンドでインストールされます。

おすすめ記事