rakai93 / godot_voronoi

Godot module computing a Voronoi diagram (based on https://github.com/JCash/voronoi)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloning the repository fails for `lib` submodule

Xrayez opened this issue · comments

Version: git version 2.17.1.windows.2

Command-line log:

D:\tmp>git clone https://github.com/rakai93/godot_voronoi --recurse-submodules
Cloning into 'godot_voronoi'...
remote: Enumerating objects: 124, done.
remote: Total 124 (delta 0), reused 0 (delta 0), pack-reused 124 eceiving objects:  34% (43/124)
Receiving objects: 100% (124/124), 31.20 KiB | 1.30 MiB/s, done.
Resolving deltas: 100% (59/59), done.
Submodule 'lib' (git@github.com:JCash/voronoi.git) registered for path 'lib'
Cloning into 'D:/tmp/godot_voronoi/lib'...
Warning: Permanently added the RSA host key for IP address 'xxx' 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:JCash/voronoi.git' into submodule path 'D:/tmp/godot_voronoi/lib' failed
Failed to clone 'lib'. Retry scheduled
Cloning into 'D:/tmp/godot_voronoi/lib'...
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:JCash/voronoi.git' into submodule path 'D:/tmp/godot_voronoi/lib' failed
Failed to clone 'lib' a second time, aborting