theraw opened a new issue #1695:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1695
cmd
```bash
export MOD_PAGESPEED_TAG=v1.13.35.2
RUN git clone -b ${MOD_PAGESPEED_TAG} \
--recurse-submodules \
--depth=1 \
-c advice.detachedHead=false \
-j`nproc` \
https://github.com/apache/incubator-pagespeed-mod.git \
modpagespeed \
;
```
output
```bash
...
Cloning into '/build/modules/modpagespeed/third_party/httpd/src'...
fatal: unable to connect to git.apache.org:
git.apache.org[0: 52.202.80.70]: errno=Operation timed out
fatal: clone of 'git://git.apache.org/httpd.git' into submodule path
'/build/modules/modpagespeed/third_party/httpd/src' failed
Failed to clone 'third_party/httpd/src'. Retry scheduled
```
----------------------------------------------------------------
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:
[email protected]