zadigX拉submodule出现问题

点击构建中的代码库submodule选项会出现问题
“”“
2023-08-24T07:15:07.369Z git checkout -qf FETCH_HEAD
2023-08-24T07:15:07.659Z git submodule update --init --recursive
Submodule ‘backend/error_code-lib’ (https://github.com/storehubnet/backend_error_code-lib.git) registered for path ‘backend/error_code-lib’
Submodule ‘backend/grpc-protocols’ (https://github.com/storehubnet/grpc_protocols-lib.git) registered for path ‘backend/grpc-protocols’
Cloning into ‘/workspace/beep-v1-web/backend/error_code-lib’…
fatal: could not read Username for ‘https://github.com’: No such device or address
fatal: clone of ‘https://github.com/storehubnet/backend_error_code-lib.git’ into submodule path ‘/workspace/beep-v1-web/backend/error_code-lib’ failed
Failed to clone ‘backend/error_code-lib’. Retry scheduled
Cloning into ‘/workspace/beep-v1-web/backend/grpc-protocols’…
fatal: could not read Username for ‘https://github.com’: No such device or address
fatal: clone of ‘https://github.com/storehubnet/grpc_protocols-lib.git’ into submodule path ‘/workspace/beep-v1-web/backend/grpc-protocols’ failed
Failed to clone ‘backend/grpc-protocols’. Retry scheduled
Cloning into ‘/workspace/beep-v1-web/backend/error_code-lib’…
fatal: could not read Username for ‘https://github.com’: No such device or address
fatal: clone of ‘https://github.com/storehubnet/backend_error_code-lib.git’ into submodule path ‘/workspace/beep-v1-web/backend/error_code-lib’ failed
Failed to clone ‘backend/error_code-lib’ a second time, aborting
”“”
不管.gitsubmodule里写的是ssh协议还是https协议都不行

配置的时候,子模块开关开启了么?参考文档:构建 | Zadig 文档

就是开启了 才会报这个错