Problem with UUP Converter submodule update
JeffreyLind3 opened this issue · 0 comments
JeffreyLind3 commented
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!