path_decomposed_tries icon indicating copy to clipboard operation
path_decomposed_tries copied to clipboard

Fix deprecated submodule URL

Open ByteHamster opened this issue 2 years ago • 0 comments
trafficstars

GitHub has deprecated repo access using the git:// protocol in 2021. The alternatives are either https (using https://github.com/ot/succinct.git) or ssh (using [email protected]:ot/succinct.git). The https variant is easier to use because one does not have to set up an ssh key.

If one tries to clone this repo (with submodules) without my change, git hangs for a very long time, and then fails.

ByteHamster avatar Jan 27 '23 15:01 ByteHamster