WilstonOreo / omnidome

Dome Mapping Projection Software
GNU Affero General Public License v3.0
204 stars 43 forks source link

Quick Submodule Fix #29

Closed DanielArnett closed 7 years ago

DanielArnett commented 7 years ago

When I try to update the submodules (OpenMesh and omnicalib) omnicalib does not download properly.

Fix: Open .gitmodules and replace the line url = git@github.com:WilstonOreo/omnicalib.git with url = https://github.com/WilstonOreo/omnicalib.git.

WilstonOreo commented 7 years ago

You need to setup an SSH key for github, then it should work.

DanielArnett commented 7 years ago

I needed to sign in to git on my machine to clone from github. The OpenMesh issue was actually my universities firewall blocking the website, had to vpn out of the university, then everything worked fine.