CallumCarmicheal / NodeGraphTestApplication

Test Application for my Fork of NodeGraph that allows for multiple instances with AvalonDock
2 stars 0 forks source link

Git submodule is incorrect #1

Open sabuto opened 3 years ago

sabuto commented 3 years ago

Hey,

When i clone this i cant download the git submodule to add it. Also When i click it on the repo it goes to a 404 i think it may need updating

CallumCarmicheal commented 3 years ago

Hey,

When i clone this i cant download the git submodule to add it. Also When i click it on the repo it goes to a 404 i think it may need updating

I tried to clone the repository and successfully cloned the repository.

Try this command: git clone --recurse-submodules --remote-submodules https://github.com/CallumCarmicheal/NodeGraphTestApplication.git

sabuto commented 3 years ago

So I can clone the actual repo but it doesnt add the nodegraph bit and i get this error.


fatal: The remote end hung up unexpectedly
Fetched in submodule path 'NodeGraph', but it did not contain aedf0519e8b6a54d9ce4ea71c5581a1c4ed69dfd. Direct fetching
of that commit failed.```

Also when i do the full command i get ```error: unknown option `remote-submodules'