Skip to content

Issues with initializing git submodules in WSL #1

@edorosh

Description

@edorosh

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' failed

It looks like some refs in git submodules are no longer valid:

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions