GodaddyWebホスティングでWebサイトをホストしています。 Gitをインストールしたい。 SSHを使用して自分のサイトに接続しています。 Godaddyからこのリンクを見つけました Linux WebホスティングにGitをインストールする方法 。私は彼らの指示に従った。私が到達したとき:
wget https://git-core.googlecode.com/files/git-1.8.1.2.tar.gz
私は得る:
xxx@xxx [/home]$ wget https://git-core.googlecode.com/files/git-1.8.1.2.tar.gz
--2017-09-02 13:09:37-- https://git-core.googlecode.com/files/git-1.8.1.2.tar.gz
Resolving git-core.googlecode.com... 74.125.28.82, 2607:f8b0:400e:c04::52
Connecting to git-core.googlecode.com|74.125.28.82|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-09-02 13:09:37 ERROR 404: Not Found.
リンク内のファイルはもう存在しないようです。 Godaddy WebホスティングにGitをインストールする方法を教えてください。私はLinuxにほとんど精通していないWindowsユーザーです。
Google Code Archive からファイルを取得できます。
特に git-core を参照してください。これには、 git-1.8.1.2.tar.gz へのリンクが含まれています。
もちろん、最新バージョンである git-1.9.0.tar.gz の使用を検討することもできます。