On 01/15/2017 01:35 PM, sebb wrote: > There seems to be a problem with the site repo: > > $ git clone > https://git-wip-us.apache.org/repos/asf/incubator-ponymail-site.git > Cloning into 'incubator-ponymail-site'... > remote: Counting objects: 1230, done. > remote: Compressing objects: 100% (1195/1195), done. > remote: Total 1230 (delta 767), reused 0 (delta 0) > Receiving objects: 100% (1230/1230), 3.10 MiB | 664.00 KiB/s, done. > Resolving deltas: 100% (767/767), done. > Checking connectivity... done. > warning: remote HEAD refers to nonexistent ref, unable to checkout. > > Also, try opening > > https://git-wip-us.apache.org/repos/asf?p=incubator-ponymail-site.git > > then click on tree, I get: > > 404 - Reading tree failed > > > Anyone know how to fix this, or is it an Infra job? > There is no master branch, you need to check out the asf-site branch as the default:
git clone -b asf-site https://git-wip.....
