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 git@github.com:google/leveldb.git
git clone --recurse-submodules git@github.com: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
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.