HeliumProject/Engine

Problem with git submodule glew

Closed this issue · 1 comments

After cloning Helium repository i've done submodule update and all is workin till glew submodule is updating. Then i've got something like this.

$ git submodule update --init --recursive
Cloning into 'Dependencies/glew'...
The authenticity of host 'github.com (192.30.252.129)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.252.129' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Clone of 'git@github.com:HeliumProject/glew.git' into submodule path 'Dependencies/glew' failed

I think @stine set that up wrong, that url should be https://github.com/HeliumProject/glew.git not git@github.com. I have fixed the issue in ccbb470. Pull to master and do 'git submodule sync' then try your 'git submodule update --init --recursive' again.