Closed DanielArnett closed 7 years ago
You need to setup an SSH key for github, then it should work.
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.
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
withurl = https://github.com/WilstonOreo/omnicalib.git
.