Skip to content

fix cloning submodules#47

Open
kroggen wants to merge 2 commits into
sapientinc:mainfrom
kroggen:patch-1
Open

fix cloning submodules#47
kroggen wants to merge 2 commits into
sapientinc:mainfrom
kroggen:patch-1

Conversation

@kroggen

@kroggen kroggen commented Aug 9, 2025

Copy link
Copy Markdown

This fixes the problem of cloning submodules:

~/HRM$ git submodule update --init --recursive
Cloning into '/root/HRM/dataset/raw-data/ARC-AGI'...
git@github.com: Permission denied (publickey).
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:fchollet/ARC-AGI.git' into submodule path '/root/HRM/dataset/raw-data/ARC-AGI' failed
Failed to clone 'dataset/raw-data/ARC-AGI'. Retry scheduled

Cloning into '/root/HRM/dataset/raw-data/ARC-AGI-2'...
git@github.com: Permission denied (publickey).
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:arcprize/ARC-AGI-2.git' into submodule path '/root/HRM/dataset/raw-data/ARC-AGI-2' failed
Failed to clone 'dataset/raw-data/ARC-AGI-2'. Retry scheduled

Cloning into '/root/HRM/dataset/raw-data/ConceptARC'...
git@github.com: Permission denied (publickey).
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:victorvikram/ConceptARC.git' into submodule path '/root/HRM/dataset/raw-data/ConceptARC' failed
Failed to clone 'dataset/raw-data/ConceptARC'. Retry scheduled

The use of https:// fixes that as no login is necessary

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

Successfully merging this pull request may close these issues.

1 participant