Replies: 1 comment
-
Thanks @caysira. Windows must have come a long way if it can build software like this these days 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had problems to pull the git submodules for building under WSL on Windows 10. Always got ssl certificate errors:
fatal: unable to access 'https://codeberg.org/dcoredump/Synth_Dexed.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
I googled a bit and found a solution on https://stackoverflow.com/a/63299750
I adapted the commands to get the ssl-certificates for codeberg.org:
Then I could pull all the submodules required to build MiniDexed.
I thought, I share it here to save noobs like me a few minutes.
Cheers,
Christian
Beta Was this translation helpful? Give feedback.
All reactions