mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
some error happens when use "git submodule update --init --recursive" to clone submodules , and then I found some url of submodule is not a git clone url end with .git
24 lines
1 KiB
Text
24 lines
1 KiB
Text
[submodule "src/connector/go"]
|
|
path = src/connector/go
|
|
url = https://github.com/taosdata/driver-go.git
|
|
[submodule "src/connector/hivemq-tdengine-extension"]
|
|
path = src/connector/hivemq-tdengine-extension
|
|
url = https://github.com/taosdata/hivemq-tdengine-extension.git
|
|
[submodule "deps/jemalloc"]
|
|
path = deps/jemalloc
|
|
url = https://github.com/jemalloc/jemalloc.git
|
|
[submodule "src/kit/taos-tools"]
|
|
path = src/kit/taos-tools
|
|
url = https://github.com/taosdata/taos-tools.git
|
|
[submodule "src/plugins/taosadapter"]
|
|
path = src/plugins/taosadapter
|
|
url = https://github.com/taosdata/taosadapter.git
|
|
[submodule "examples/rust"]
|
|
path = examples/rust
|
|
url = https://github.com/songtianyi/tdengine-rust-bindings.git
|
|
[submodule "src/connector/php-tdengine"]
|
|
path = src/connector/php-tdengine
|
|
url = https://github.com/Yurunsoft/php-tdengine.git
|
|
[submodule "src/connector/php-tdengine-restful-connector"]
|
|
path = src/connector/php-tdengine-restful-connector
|
|
url = https://github.com/Yurunsoft/tdengine-restful-connector.git
|