mmilitzer edited a comment on issue #1666: Unable to connect to git.apache.org URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1666#issuecomment-546818223 I can't really help much on this because I still have this problem and just simply gave up when nobody could reproduce it. So I see too that the commit hash exists in the github web UI (like the link that @Lofesa provided) but when you actually clone the repo with git on the commandline, then the commit hash does not exist: `git clone https://github.com/apache/httpd.git` `git branch --contains 493b43719686d9667831da5d5e063fb8fcd8c604` `error: no such commit 493b43719686d9667831da5d5e063fb8fcd8c604` @Lofesa: Does the above work for you? I see that this commit is a tag to 2.2.29 and I get this tag too after I clone the repo, just that the commit hash is a different one: `git checkout tags/2.2.29` `git log -1 --format="%H"` `cef6805cb18886c5454a38f3501c5e3c990c0b3d` So I wonder if something is broken with this github repo and if the github web UI is somehow out of sync with the actual repo data - perhaps because Apache re-mirrored the repo freshly from SVN after their device crash. But I don't know...
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services