Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error cloning the repository #30

Closed
onurserce opened this issue Dec 14, 2020 · 7 comments
Closed

Error cloning the repository #30

onurserce opened this issue Dec 14, 2020 · 7 comments

Comments

@onurserce
Copy link

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
Copy link
Owner

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
Copy link
Collaborator

diegoaldarondo commented Dec 14, 2020 via email

@onurserce
Copy link
Author

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
Copy link
Collaborator

Hi Onur,

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

Best,
Diego

@onurserce
Copy link
Author

@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
Copy link
Collaborator

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

@onurserce
Copy link
Author

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

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

No branches or pull requests

3 participants