TuringSoftware / CrystalFetch

macOS UI for creating Windows installer ISO from UUPDump
Apache License 2.0
627 stars 23 forks source link

Problem with UUP Converter submodule update #41

Closed JeffreyLind22 closed 5 months ago

JeffreyLind22 commented 5 months ago

After cloning this repository locally (on M2 Pro MacBook Pro) and running

git submodule update --init,

I get the error

fatal: repository 'https://github.com/uup-dump/converter.git/' not found.

Going to this link on Safari, it shows that the repository does not exist. I was able to get the proper submodule by using

git clone https://git.uupdump.net/uup-dump/converter.git.

Not an expert in Git submodules, so will leave the pull request to a more competent dev!