hercules-390 / hyperion

Hercules 390
Other
251 stars 70 forks source link

cmake fail at Performing download step (git clone) for 'html' #301

Open hackob opened 11 months ago

hackob commented 11 months ago

cmake fails when executing the step where it clones the html repository since it cannot connect to github:

=> => # Cloning into 'html'...                                                              
=> => # fatal: unable to connect to github.com:                                             
=> => # github.com[0: 140.82.114.3]: errno=Connection timed out                             
=> => # Cloning into 'html'...

Tried the following options, same result:

GIT_CLONE=https:
GIT_CLONE=git:
hackob commented 11 months ago

this patch seams to fix this problem

--- ./CMake/Herc60_CreateTargets.cmake  2023-11-04 22:03:54.936550411 -0600
+++ ../Herc60_CreateTargets.cmake   2023-11-04 22:10:22.812494036 -0600
@@ -409,7 +409,7 @@

 externalproject_add( html
         SOURCE_DIR        ${PROJECT_BINARY_DIR}/html
-        GIT_REPOSITORY    "git://github.com/hercules-390/html"
+        GIT_REPOSITORY    "https://github.com/hercules-390/html"
         GIT_TAG           "gh-pages"
         CONFIGURE_COMMAND ""        # No Configure
         BUILD_COMMAND ""            # No build