Git - 远端意外挂断 [英] Git - the remote end hung up unexpectedly

查看:367
本文介绍了Git - 远端意外挂断的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须通过SSH在CentOS服务器上安装应用程序。
如果我使用 git clone -v git://github.com/AKSW/RDFauthor.git libraries / RDFauthor 命令启动makefile,则编译将停止错误:
$ b

I have to install an application on a CentOS server via SSH. If I launch the makefile at the command git clone -v git://github.com/AKSW/RDFauthor.git libraries/RDFauthor the compilation stops with this error:


致命:远程终端意外挂断

fatal: The remote end hung up unexpectedly

可能是什么问题?

推荐答案

这是使用git协议(端口9418) 。尝试使用https( https://github.com/AKSW/RDFauthor.git )url makefile。

That is using the git protocol (port 9418), which maybe blocked. Try using the https ( https://github.com/AKSW/RDFauthor.git ) url in the makefile.

这篇关于Git - 远端意外挂断的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆