IRVLUTD / HO-Cap

A Python package that provides evaluation and visualization tools for the HOCap dataset
https://irvlutd.github.io/HOCap
GNU General Public License v3.0
5 stars 1 forks source link

Recursive Issue from module XMem #7

Closed taeyeopl closed 3 weeks ago

taeyeopl commented 3 weeks ago

I have an issue with the clone for XMem.

git clone https://github.com/IRVLUTD/HO-Cap.git --recursive

Cloning into 'HO-Cap'...
remote: Enumerating objects: 373, done.
remote: Counting objects: 100% (26/26), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 373 (delta 20), reused 19 (delta 19), pack-reused 347 (from 1)
Receiving objects: 100% (373/373), 127.50 MiB | 13.17 MiB/s, done.
Resolving deltas: 100% (134/134), done.
Submodule 'external/XMem' (git@github.com:hkchengrex/XMem.git) registered for path 'external/XMem'
Cloning into '/HO-Cap/external/XMem'...
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:hkchengrex/XMem.git' into submodule path '/HO-Cap/external/XMem' failed
Failed to clone 'external/XMem'. Retry scheduled
Cloning into '/HO-Cap/external/XMem'...
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:hkchengrex/XMem.git' into submodule path 'HO-Cap/external/XMem' failed
Failed to clone 'external/XMem' a second time, aborting
gobanana520 commented 3 weeks ago

I have updated the URL in .gitmodules to use HTTPS instead of SSH, please try again.