spoonsso / dannce

MIT License
214 stars 30 forks source link

Error cloning the repository #30

Closed onurserce closed 3 years ago

onurserce commented 3 years ago

Hello!

Promising tool for behavioral experiments, looks much better than DLC!

However I guess some parts of the repository is still private as I am getting the following error when I try to clone the repository:

(dannce) C:\Users\serce>git clone --recursive https://github.com/spoonsso/dannce
Cloning into 'dannce'...
remote: Enumerating objects: 195, done.
remote: Counting objects: 100% (195/195), done.
remote: Compressing objects: 100% (136/136), done.
remote: Total 2648 (delta 130), reused 112 (delta 59), pack-reused 2453
Receiving objects: 100% (2648/2648), 2.45 GiB | 23.46 MiB/s, done.
Resolving deltas: 100% (1582/1582), done.
Updating files: 100% (137/137), done.
Submodule 'Label3D' (https://github.com/diegoaldarondo/Label3D/) registered for path 'Label3D'
Submodule 'campy' (https://github.com/ksseverson57/campy/) registered for path 'campy'
Cloning into 'C:/Users/serce/dannce/Label3D'...
remote: Enumerating objects: 50, done.
remote: Counting objects: 100% (50/50), done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 892 (delta 23), reused 39 (delta 16), pack-reused 842
Receiving objects: 100% (892/892), 128.81 MiB | 24.83 MiB/s, done.
Resolving deltas: 100% (394/394), done.
Cloning into 'C:/Users/serce/dannce/campy'...
remote: Enumerating objects: 91, done.
remote: Counting objects: 100% (91/91), done.
remote: Compressing objects: 100% (88/88), done.
remote: Total 341 (delta 39), reused 0 (delta 0), pack-reused 250
Receiving objects: 100% (341/341), 102.23 KiB | 376.00 KiB/s, done.
Resolving deltas: 100% (154/154), done.
Submodule path 'Label3D': checked out '83c92cec6787689cf6ab16610c2bfc7d1ba08357'
Submodule 'deps/Animator' (git@github.com:diegoaldarondo/Animator.git) registered for path 'Label3D/deps/Animator'
Cloning into 'C:/Users/serce/dannce/Label3D/deps/Animator'...
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 'git@github.com:diegoaldarondo/Animator.git' into submodule path 'C:/Users/serce/dannce/Label3D/deps/Animator' failed
Failed to clone 'deps/Animator'. Retry scheduled
Cloning into 'C:/Users/serce/dannce/Label3D/deps/Animator'...
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 'git@github.com:diegoaldarondo/Animator.git' into submodule path 'C:/Users/serce/dannce/Label3D/deps/Animator' failed
Failed to clone 'deps/Animator' a second time, aborting
Submodule path 'campy': checked out 'fd120a2df65e4f01a2af9c401585dfceba4d5d52'
Failed to recurse into submodule path 'Label3D'

Could you perhaps provide some assistance with the issue?

Best regards, Onur

spoonsso commented 3 years ago

Hi Onur, thanks for the interest in our work. looks like we have another repo we need to make public.

@diegoaldarondo can we make Animator public too? thanks

diegoaldarondo commented 3 years ago

Its already public but it might currently be pointing to ssh cloning instead of https

On Mon, Dec 14, 2020, 9:35 AM Timothy Dunn notifications@github.com wrote:

Hi Onur, thanks for the interest in our work. looks like we have another repo we need to make public.

@diegoaldarondo https://github.com/diegoaldarondo can we make Animator public too? thanks

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/spoonsso/dannce/issues/30#issuecomment-744481094, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACYHDXDXO7FYULRJNW6EJ4LSUYPBZANCNFSM4U22EFPQ .

onurserce commented 3 years ago

Hi!

Great, I was worried that the package might not be ready for end-users yet!

@diegoaldarondo Is there anything I could do to resolve this?

diegoaldarondo commented 3 years ago

Hi Onur,

Its probably just a ssh vs https cloning error. I'll change the repository to use https by default.

Best, Diego

onurserce commented 3 years ago

@diegoaldarondo Thanks a lot for the assistance, looking forward to give it a try and see if I manage to get it running!

Best, Onur

diegoaldarondo commented 3 years ago

Ok, everything should now be using https by default. Let me know if it works for you, and thanks for bringing this up!

onurserce commented 3 years ago

Thanks a lot for the assistance, cloning is working now!