无法在 GoDaddy 网站托管中安装 Git

无法在 GoDaddy 网站托管中安装 Git

我在 GoDaddy 网站托管一个网站。我想安装 Git。我使用 SSH 连接到我的网站。我在 GoDaddy 上找到了这个链接如何在 Linux 网站托管中安装 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 网站托管中安装 Git 吗?我是 Windows 用户,对 Linux 不太熟悉。

答案1

看起来链接中的文件不再存在了。

您可以从Google 代码档案

参见git 核心,其中包含指向git-1.8.1.2.tar.gz

当然,你可以考虑使用最新版本git-1.9.0.tar.gz

相关内容