码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-08-23 10:48:47      阅读:6366      评论:0      收藏:0      [点我收藏+]

标签:代码   rem   执行   end   fatal   服务   one   class   git clone   

报错如下:

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 解决方法

标签:代码   rem   执行   end   fatal   服务   one   class   git clone   

原文地址:https://www.cnblogs.com/zoulixiang/p/9522144.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!