git 报错git-upload-pack 解决方法

Posted zoulixiang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 报错git-upload-pack 解决方法相关的知识,希望对你有一定的参考价值。

报错如下:

bash: git-upload-pack: command not found
fatal: The remote end hung up unexpectedly

原因:原来代码服务器上的git安装路径是/usr/local/git,不是默认路径,根据提示,在git服务器上, 建立链接文件:

解决方法:

# ln -s /usr/local/git/bin/git-upload-pack /usr/bin/git-upload-pack 

再次执行 git clone 成功!

 

报错如下:

bash: git-receive-pack: command not found
fatal: Could not read from remote repository.

# ln -s /usr/local/git/bin/git-receive-pack /usr/bin/git-receive-pack


以上是关于git 报错git-upload-pack 解决方法的主要内容,如果未能解决你的问题,请参考以下文章

如何解决:“无法打开 'git-upload-pack'” Eclipse 中的错误?

解决eclipse中egit中的cannot open git-upload-pack问题

解决eclipse中egit中的cannot open git-upload-pack问题

cannot open git-upload-pack,cannot open git-receive-pack,Can't connect to any URI错误解决方法eclipse(示

eclipse git pull拉代码时报错:cannot open git-upload-pack

git-upload-pack:克隆远程 Git 存储库时找不到命令