V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
zxCoder
V2EX  ›  问与答

git clone 报错,是我的问题还是网络的问题

  •  
  •   zxCoder · 2021-03-02 14:50:32 +08:00 · 1327 次点击
    这是一个创建于 1145 天前的主题,其中的信息可能已经有所发展或是发生改变。

    git 版本 2.30.1

    git clone https://github.com/google/leveldb.git
    

    报错是

    Cloning into 'leveldb'...
    git: 'remote-https' is not a git command. See 'git --help'.
    

    改成 ssh,这样可以,但是加上 submodule 就又报错了

    git clone [email protected]:google/leveldb.git
    
    git clone --recurse-submodules [email protected]:google/leveldb.git
    

    报错是

    Submodule 'third_party/benchmark' ( https://github.com/google/benchmark) registered for path 'third_party/benchmark'
    Submodule 'third_party/googletest' ( https://github.com/google/googletest.git) registered for path 'third_party/googletest'
    Cloning into '/home/keane/CLionProjects/leveldb/third_party/benchmark'...
    git: 'remote-https' is not a git command. See 'git --help'.
    fatal: clone of 'https://github.com/google/benchmark' into submodule path '/home/keane/CLionProjects/leveldb/third_party/benchmark' failed
    Failed to clone 'third_party/benchmark'. Retry scheduled
    Cloning into '/home/keane/CLionProjects/leveldb/third_party/googletest'...
    git: 'remote-https' is not a git command. See 'git --help'.
    fatal: clone of 'https://github.com/google/googletest.git' into submodule path '/home/keane/CLionProjects/leveldb/third_party/googletest' failed
    Failed to clone 'third_party/googletest'. Retry scheduled
    Cloning into '/home/keane/CLionProjects/leveldb/third_party/benchmark'...
    git: 'remote-https' is not a git command. See 'git --help'.
    fatal: clone of 'https://github.com/google/benchmark' into submodule path '/home/keane/CLionProjects/leveldb/third_party/benchmark' failed
    Failed to clone 'third_party/benchmark' a second time, aborting
    
    6 条回复    2021-03-02 21:49:46 +08:00
    imdong
        1
    imdong  
       2021-03-02 14:53:36 +08:00
    似乎还是因为 clone 了 https 导致的问题.

    没遇到过,建议参考 https://www.google.com.hk/search?q=git%3A+%27remote-https%27+is+not+a+git+command.
    zxCoder
        2
    zxCoder  
    OP
       2021-03-02 14:58:29 +08:00
    @imdong 谷歌过了 试了好多都没能解决
    zxCoder
        3
    zxCoder  
    OP
       2021-03-02 14:58:44 +08:00
    补充:是 Linux 系统
    LRvx
        4
    LRvx  
       2021-03-02 21:18:18 +08:00
    你这个 git 的版本是自己源码编译的吗,我记得之前自己装 git 的时候会漏掉 libexec/git-core 里的一些会漏掉 git-remote-http 等文件,导致 https 不能 clone,完整的安装就没这个问题了
    zxCoder
        5
    zxCoder  
    OP
       2021-03-02 21:46:20 +08:00
    @LRvx 我猜确实是这个问题。。。。apt 安装了一个就好了
    LRvx
        6
    LRvx  
       2021-03-02 21:49:46 +08:00
    @zxCoder 找一个靠谱的教程重新装一下吧,我记得我装的当时要 openssl 等依赖,如果没装好,就有这个问题
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2691 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 10:18 · PVG 18:18 · LAX 03:18 · JFK 06:18
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.