git安装失败

Posted sanjor

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git安装失败相关的知识,希望对你有一定的参考价值。

回答一:通过更新后安装(安装成功)

首先是

#sudo apt-get update

更新到后面会遇到这个问题

 W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://security.ubuntu.com lucid-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key

……
这时进行安装git
#sudo apt-get install git
会出问题:git:depends:liberror-perl but it is not installable
发现还是缺少包,就是更新不完全
解决方案
#sudo apt-get clean 
#cd /var/lib/apt 
#sudo mv lists lists.old 
#sudo mkdir -p lists/partial 
#sudo apt-get clean 
#sudo apt-get update
这时再安装就可以成功了
#sudo apt-get install git
 
 
另一个回答:

试一下如下命令:

 sudo apt-get update  
sudo apt-get upgrade
sudo apt-get install -f 

以上是关于git安装失败的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段15——git命令操作一个完整流程

VSCode自定义代码片段15——git命令操作一个完整流程

Git拉取代码提示认证失败!!

VIM 代码片段插件 ultisnips 使用教程

如何管理在每个 git 版本中添加私有代码片段?

使用 Git 来管理 Xcode 中的代码片段