When I run this:
uvx --from "semble[mcp]" semble search "test" "https://github.com/MinishLab/semble"
I get some output as expected. However, if I search this repo (which clones normally with git), the command times out after a while
uvx --from "semble[mcp]" semble search "test" "https://github.com/llmware-ai/llmware"
RuntimeError: git clone timed out for 'https://github.com/llmware-ai/llmware' (limit: 60 s)
How could this happen?
When I run this:
I get some output as expected. However, if I search this repo (which clones normally with
git), the command times out after a whileHow could this happen?