-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi Frank,
I'm trying to set up your https://github.com/fwornle/coding project on my private PC with WSL on a Win host. I encountered some issues with submodules like:
git clone --recurse-submodules git@github.com:fwornle/coding.git ~/Agentic/coding
Cloning into '/home/xxx/Agentic/coding/integrations/copi'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:fwornle/copi.git' into submodule path '/home/xxx/Agentic/coding/integrations/copi' failedIt looks like some refs in git submodules are no longer valid:
- https://github.com/fwornle/copi/tree/0033fb689891763bb81378862c8194a267eb0c23
- https://github.com/fwornle/mcp-constraint-monitor/tree/b3e470122d6b389814e2076776ef17112ceb8fb4
- https://github.com/fwornle/memory-visualizer/tree/dabc4f64bd4b7789901302d89d601e1bca8cd8e0
I'm getting 404 on my Account. Most of them I can fix by calling git submodule update --remote integrations/xxx but the copi repository is not visible at all.
git submodule update --remote integrations/copi
Cloning into '/home/xxx/Agentic/coding/integrations/copi'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:fwornle/copi.git' into submodule path '/home/xxx/Agentic/coding/integrations/copi' failed
Could you please check it that's still valid? Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels