git clone fatal: unable to acces

作者: IDO老徐 | 来源:发表于2021-09-09 20:16 被阅读0次

    比如,你执行命令,clone 仓库代码
    git clone http://t.istester.com:3000/istester/lighthouse.git

    报如下错误:
    [root@isTester-Idoxu lighthouse]# git clone http://t.istester.com:3000/istester/lighthouse.git
    Cloning into 'lighthouse'...
    fatal: unable to access 'git clone http://t.istester.com:3000/istester/lighthouse.git': Encountered end of file
    [root@isTester-Idoxu lighthouse]#

    怎么解决 ?
    解决思路有很多,其中有一种思路是:

    把 http 改为 git

    git clone git://t.istester.com:3000/istester/lighthouse.git

    相关文章

      网友评论

        本文标题:git clone fatal: unable to acces

        本文链接:https://www.haomeiwen.com/subject/ohuiwltx.html