Download haiku source code

Is there a way to download the source code as a tarball using wget instead of using git clone which keeps on failing without the possibility to resume which is very frustrating, i couldn’t find anywhere such an option on the git repo of haiku.

You can download ZIP archive from Github mirror (https://github.com/haiku/haiku). Select Clone or download > download ZIP.

If you want to build Haiku you will need the git tags which are not provided in the Github version (because they crash github web interface, there are too many of them).

If you setup an ssh key on Gerrit, you can also download using ssh, which seems to be faster and more reliable than https.

Okay, thanks guys for your info, i’ll try the ssh route and see i hope it’s easy to create an ssh/Gerrit key?