aibtcdev / ai-agent-crew

Langchain + CrewAI powered AI agents with Bitcoin wallets.
https://aibtc.dev
23 stars 7 forks source link

git clone unable to clone scripts submodule #1

Closed Markeljan closed 4 months ago

Markeljan commented 4 months ago

When cloning the repo, the submodule is not accessible. Maybe fixable by forking entirely and redirecting the submodule to a forked one as well but not ideal.

`git clone --recurse-submodules https://github.com/stacks-m2m/crew.git
Cloning into 'crew'... remote: Enumerating objects: 33, done. remote: Counting objects: 100% (33/33), done. remote: Compressing objects: 100% (22/22), done. remote: Total 33 (delta 9), reused 29 (delta 5), pack-reused 0 Receiving objects: 100% (33/33), 12.00 KiB | 6.00 MiB/s, done. Resolving deltas: 100% (9/9), done. Submodule 'scripts' (git@github.com:stacks-m2m/scripts) registered for path 'scripts' Cloning into '/Users/markeljan/Projects/stacks/m2m/crew/scripts'... 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:stacks-m2m/scripts' into submodule path '/Users/markeljan/Projects/stacks/m2m/crew/scripts' failed Failed to clone 'scripts'. Retry scheduled Cloning into '/Users/markeljan/Projects/stacks/m2m/crew/scripts'... 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:stacks-m2m/scripts' into submodule path '/Users/markeljan/Projects/stacks/m2m/crew/scripts' failed Failed to clone 'scripts' a second time, aborting`

Markeljan commented 4 months ago

forking scripts and updating .gitmodules to forked scripts/ does work for now url = git@github.com:markeljan/scripts