HeliumProject / Engine

C++ Game Engine (Under Construction!)
http://heliumproject.org/
Other
441 stars 70 forks source link

Problem with git submodule glew #62

Closed Sh4dow closed 10 years ago

Sh4dow commented 10 years ago

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

gorlak commented 10 years ago

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.