Tag: git

如何使用apt安装最新版本的Git?

我读到了Git中的一个安全漏洞,它已在2.2.1版中修复。 我目前在我的系统上使用Git 2.1.0(Ubuntu 14.10),并试图用apt重新安装它。 但是,apt告诉我,我目前有最新版本。 Git网站没有Linux的预建版本。 他们说你可以用包管理器安装它。 如果没有源代码构建,我将如何安装最新版本的Git?

安装git-all时“无法连接到Upstart”错误

我使用的是15.04。 所以我正在使用git,我安装了标准版本。 我设置了ssh密钥,并能够将我的一个存储库克隆到正确的文件夹中。 一切都很好,然后我决定安装更多的包是个好主意。 我运行了sudo apt-get install git-all 。 我正在查看现在必须处理暴发户的错误代码。 start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused No apport report written because the error message indicates its a followup error from a previous failure. dpkg: error processing package runit (–configure): subprocess installed post-installation script returned error exit status […]