Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一个简单的问题,
我想将现有的 GIT 安装升级到我的 VPS 服务器上。问题是,当我在命令行中写入时:
apt-get install git-core
我只能得到已弃用的1.5.6.5版本。如何升级/重新安装 GIT 以获得 1.7.3 或更新版本?
您正在运行一个非常旧的 Debian 版本(版本5)。它甚至不受支持,所以也许考虑升级它。否则,您可能只需要自己构建一个更高版本的 git 就可以逃脱惩罚。