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

can't clone --recursive #2

Open
dbrowne opened this issue Oct 18, 2019 · 0 comments
Open

can't clone --recursive #2

dbrowne opened this issue Oct 18, 2019 · 0 comments

Comments

@dbrowne
Copy link

dbrowne commented Oct 18, 2019

git clone git@github.com:codingInSpace/OpenGL-mandelbulb-explorer.git --recursive
Cloning into 'OpenGL-mandelbulb-explorer'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

git clone https://github.com/jon-grangien/OpenGL-mandelbulb-explorer.git --recursive
Cloning into 'OpenGL-mandelbulb-explorer'...
remote: Enumerating objects: 597, done.
remote: Total 597 (delta 0), reused 0 (delta 0), pack-reused 597
Receiving objects: 100% (597/597), 9.54 MiB | 8.61 MiB/s, done.
Resolving deltas: 100% (339/339), done.
Submodule 'ext/glfw' (git@github.com:glfw/glfw.git) registered for path 'ext/glfw'
Submodule 'ext/imgui' (git@github.com:ocornut/imgui.git) registered for path 'ext/imgui'
Cloning into '/Users/djb/classwork/openG/GRepository/OpenGL-mandelbulb-explorer/ext/glfw'...
Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts.
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:glfw/glfw.git' into submodule path '/Users/djb/classwork/openG/GRepository/OpenGL-mandelbulb-explorer/ext/glfw' failed
Failed to clone 'ext/glfw'. Retry scheduled
Cloning into '/Users/djb/classwork/openG/GRepository/OpenGL-mandelbulb-explorer/ext/imgui'...
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:ocornut/imgui.git' into submodule path '/Users/djb/classwork/openG/GRepository/OpenGL-mandelbulb-explorer/ext/imgui' failed
Failed to clone 'ext/imgui'. Retry scheduled
Cloning into '/Users/djb/classwork/openG/GRepository/OpenGL-mandelbulb-explorer/ext/glfw'...
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:glfw/glfw.git' into submodule path '/Users/djb/classwork/openG/GRepository/OpenGL-mandelbulb-explorer/ext/glfw' failed
Failed to clone 'ext/glfw' a second time, aborting

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

1 participant