(I think this is a git-related issue. Its not specifically about MINIX. You should post to places that are about git)
I don't know much about how you access the internet. But at least you can browse web pages, both http and https pages, right? When I visit GitHub, I often clone repos this way:
git clone https://github.com/username/reponame.git
I guess using the same protocol used to transmit webpages will be fine.
Sent using CloudMagic
--
You received this message because you are subscribed to the Google Groups "minix3" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minix3+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I just tried http and https on MINIX repo; both didn't work. Maybe some special handling on the server side is necessary.
I googled a little and find that there seems to be a way to proxy git protocol over an http proxy, using a programme called socat. Visit this page:
http://gitolite.com/git-over-proxy.html
Sent using CloudMagic