rmcs2002 commented on issue #1666: Unable to connect to git.apache.org URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1666#issuecomment-546682660 I'm messing around a [bit with a fork that has an updated .gitmodules file](https://github.com/rmcs2002/incubator-pagespeed-mod/tree/fixed-gitmodules-apache-urls) and changed the Dockerfile a bit: ``` RUN git clone -b fixed-gitmodules-apache-urls \ --depth=1 \ -c advice.detachedHead=false \ -j`nproc` \ https://github.com/rmcs2002/incubator-pagespeed-mod.git \ ; RUN ls RUN cd incubator-pagespeed-mod && \ git submodule sync --recursive && \ git submodule update --init --recursive ``` It uses the correct github.com/apache URLs now but I run into another error: ``` Submodule path 'third_party/grpc/src/third_party/zlib': checked out 'cacf7f1d4e3d44d871b605da3b647f07d718623f' Submodule path 'third_party/hiredis/src': checked out '010756025e8cefd1bc66c6d4ed3b1648ef6f1f95' error: Server does not allow request for unadvertised object 493b43719686d9667831da5d5e063fb8fcd8c604 Fetched in submodule path 'third_party/httpd/src', but it did not contain 493b43719686d9667831da5d5e063fb8fcd8c604. Direct fetching of that commit failed. ``` @Lofesa any idea how to fix this?
---------------------------------------------------------------- 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