Skip to content

Conversation

kroggen
Copy link

@kroggen kroggen commented Aug 9, 2025

This fixes the problem of cloning submodules:

~/HRM$ git submodule update --init --recursive
Cloning into '/root/HRM/dataset/raw-data/ARC-AGI'...
[email protected]: 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 '[email protected]: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'...
[email protected]: 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 '[email protected]: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'...
[email protected]: 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 '[email protected]: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