Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

submodule update blocked #18

Open
lmccccc opened this issue Oct 5, 2024 · 2 comments
Open

submodule update blocked #18

lmccccc opened this issue Oct 5, 2024 · 2 comments

Comments

@lmccccc
Copy link

lmccccc commented Oct 5, 2024

When using "git submodule update --init --recursive", it blocked at
Submodule 'thirdparty/Postgres' (https://github.com/postgres/postgres.git) registered for path 'thirdparty/Postgres'
Submodule 'thirdparty/SPTAG' (https://github.com/microsoft/SPTAG.git) registered for path 'thirdparty/SPTAG'
Submodule 'thirdparty/hnsw' (https://github.com/nmslib/hnswlib.git) registered for path 'thirdparty/hnsw'
Cloning into '/home/nettrix/MSVBASE/thirdparty/Postgres'...
Cloning into '/home/nettrix/MSVBASE/thirdparty/SPTAG'...
Cloning into '/home/nettrix/MSVBASE/thirdparty/hnsw'...
Submodule path 'thirdparty/Postgres': checked out 'e849f3f1f884ad140b60a24354c6371cbd2efbb6'
When I tried to stop and re-update it, new error raised as:
error: The following untracked working tree files would be overwritten by checkout:
.gitattributes
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.gitignore
.gitmodules
AnnService.users.props
AnnService/Aggregator.vcxproj
AnnService/Aggregator.vcxproj.filters
AnnService/BalancedDataPartition.vcxproj
AnnService/BalancedDataPartition.vcxproj.filters
AnnService/CMakeLists.txt
AnnService/Client.vcxproj
AnnService/Client.vcxproj.filters
AnnService/CoreLibrary.vcxproj
AnnService/CoreLibrary.vcxproj.filters
AnnService/GPUCoreLibrary.vcxproj
AnnService/GPUCoreLibrary.vcxproj.filters
AnnService/GPUIndexBuilder.vcxproj
AnnService/GPUIndexBuilder.vcxproj.filters
AnnService/GPUSSDServing.vcxproj
AnnService/GPUSSDServing.vcxproj.filters
AnnService/IndexBuilder.vcxproj
AnnService/IndexBuilder.vcxproj.filters
AnnService/IndexSearcher.vcxproj
AnnService/IndexSearcher.vcxproj.filters
AnnService/Quantizer.vcxproj
AnnService/Quantizer.vcxproj.filters
AnnService/SSDServing.vcxproj
AnnService/SSDServing.vcxproj.filters
AnnService/Server.vcxproj
AnnService/Server.vcxproj.filters
AnnService/SocketLib.vcxproj
AnnService/SocketLib.vcxproj.filters
AnnService/inc/Aggregator/AggregatorContext.h
AnnService/inc/Aggregator/AggregatorExecutionContext.h
AnnService/inc/Aggregator/AggregatorService.h
AnnService/inc/Aggregator/AggregatorSettings.h
AnnService/inc/Client/ClientWrapper.h
AnnService/inc/Client/Options.h
AnnService/inc/Core/BKT/Index.h
AnnService/inc/Core/BKT/ParameterDefinitionList.h
AnnService/inc/Core/Common.h
AnnService/inc/Core/Common/BKTree.h
AnnService/inc/Core/Common/CommonUtils.h
AnnService/inc/Core/Common/Dataset.h
AnnService/inc/Core/Common/DistanceUtils.h
AnnService/inc/Core/Common/FineGrainedLock.h
AnnService/inc/Core/Common/Heap.h
AnnService/inc/Core/Common/IQuantizer.h
AnnService/inc/Core/Common/InstructionUtils.h
AnnService/inc/Core/Common/KDTree.h
AnnService/inc/Core/Common/KNearestNeighborhoodGraph.h
AnnService/inc/Core/Common/Labelset.h
AnnService/inc/Core/Common/NeighborhoodGraph.h
AnnService/inc/Core/Common/OPQQuantizer.h
AnnService/inc/Core/Common/PQQuantizer.h
AnnService/inc/Core/Common/QueryResultSet.h
AnnService/inc/Core/Common/RelativeNeighborhoodGraph.h
AnnService/inc/Core/Common/SIMDUtils.h
AnnService/inc/Core/Common/TruthSet.h
AnnService/inc/Core/Common/WorkSpace.h
AnnService/inc/Core/Common/WorkSpacePool.h
AnnService/inc/Core/Common/cuda/Distance.hxx
AnnService/inc/Core/Common/cuda/GPUKNNDistance.hxx
AnnService/inc/Core/Common/cuda/GPUQuantizer.hxx
AnnService/inc/Core/Common/cuda/KNN.hxx
AnnService/inc/Core/Common/cuda/Kmeans.hxx
AnnService/inc/Core/Common/cuda/Refine.hxx
AnnService/inc/Core/Common/cuda/TPtree.hxx
AnnService/inc/Core/Common/cuda/TailNeighbors.hxx
AnnService/inc/Core/Common/cuda/ThreadHeap.hxx
AnnService/inc/Core/Common/cuda/log.hxx
AnnService/inc/Core/Common/cuda/params.h
AnnService/inc/Core/Common/cuda/tests/Makefile
AnnService/inc/Core/Common/cuda/tests/cuda_unit_tests.cu
AnnService/inc/Core/CommonDataStructure.h
AnnService/inc/Core/DefinitionList.h
AnnService/inc/Core/KDT/Index.h
AnnService/inc/Core/KDT/ParameterDefinitionList.h
AnnService/inc/Core/MetadataSet.h
AnnService/inc/Core/SPANN/Compressor.h
AnnService/inc/Core/SPANN/ExtraFullGraphSearcher.h
AnnService/inc/Core/SPANN/IExtraSearcher.h
AnnService/inc/Core/SPANN/Index.h
AnnService/inc/Core/SPANN/Options.h
AnnService/inc/Core/SPANN/ParameterDefinitionList.h
AnnService/inc/Core/SearchQuery.h
AnnService/inc/Core/SearchResult.h
AnnService/inc/Core/VectorIndex.h
AnnService/inc/Core/VectorSet.h
AnnService/inc/Helper/ArgumentsParser.h
AnnService/inc/Helper/AsyncFileReader.h
AnnService/inc/Helper/Base64Encode.h
AnnService/inc/Helper/CommonHelper.h
AnnService/inc/Helper/Concurrent.h
AnnService/inc/Helper/ConcurrentSet.h
AnnService/inc/Helper/DiskIO.h
AnnService/inc/Helper/DynamicNeighbors.h
AnnService/inc/Helper/LockFree.h
AnnService/inc/Helper/Logging.h
AnnService/inc/Helper/SimpleIniReader.h
AnnService/inc/Helper/
Aborting
fatal: Unable to checkout 'de5b7f8c57c45c31ac1caeaf3b9f1d0e1668c395' in submodule path 'thirdparty/SPTAG'
Submodule path 'thirdparty/hnsw': checked out '443d667478fddf1e13f2e06b1da4e1ec3a9fe716'
It seemed to be some errors in SPTAG's checkout.
Generally, I failed to install MSVBASE due to the issues above. How can I solove this problem?

@zqxjjj
Copy link
Contributor

zqxjjj commented Oct 17, 2024

This commit should be OK.
microsoft/SPTAG@de5b7f8
Please feel free to let us know if this commit is unavailable.

@lmccccc
Copy link
Author

lmccccc commented Oct 17, 2024

This commit should be OK. microsoft/SPTAG@de5b7f8 Please feel free to let us know if this commit is unavailable.

Sorry it blocked at "git submodule update" as mentioned, so I can't switch the commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants