UnityAbletonLink icon indicating copy to clipboard operation
UnityAbletonLink copied to clipboard

Fix submodule update error

Open mouseos opened this issue 8 months ago • 0 comments

The following error occurs with the current .gitmodules. Fixed so that the error does not occur.

PS D:\work\project\unity\OSS\UnityAbletonLink> git submodule update --init --recursive
Cloning into 'D:/work/project/unity/OSS/UnityAbletonLink/abl_link'...
Host key verification failed.
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]:libpd/abl_link.git' into submodule path 'D:/work/project/unity/OSS/UnityAbletonLink/abl_link' failed
Failed to clone 'abl_link'. Retry scheduled
Cloning into 'D:/work/project/unity/OSS/UnityAbletonLink/abl_link'...
Host key verification failed.
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]:libpd/abl_link.git' into submodule path 'D:/work/project/unity/OSS/UnityAbletonLink/abl_link' failed
Failed to clone 'abl_link' a second time, aborting

mouseos avatar May 21 '25 07:05 mouseos