libskeleton fails to clone over https
I'm unable to git clone libskeleton from the https URL given on the git web interface:
$ git clone https://git.xiph.org/libskeleton.git test Cloning into 'test'... fatal: repository 'https://git.xiph.org/libskeleton.git/' not found
This is with git 1.9.3 (as shipped by Apple with Xcode 6.1)
Note it does clone successfully over 'git:' protocol anonymously, so can work around it.