BenoitMorel / Asteroid

GNU Affero General Public License v3.0
10 stars 1 forks source link

Cannot run Asteroid: "Failed to clone 'coraxlib'" #6

Open AshrafMoumou opened 1 year ago

AshrafMoumou commented 1 year ago

Hello,

I am using MacOS 10.14.6, after running the command (git clone --recursive https://github.com/BenoitMorel/Asteroid) the following appears:

remote: Enumerating objects: 971, done. remote: Counting objects: 100% (9/9), done. remote: Compressing objects: 100% (8/8), done. remote: Total 971 (delta 1), reused 4 (delta 1), pack-reused 962 Receiving objects: 100% (971/971), 198.97 KiB | 4.06 MiB/s, done. Resolving deltas: 100% (670/670), done. Submodule 'coraxlib' (https://codeberg.org/Exelixis-Lab/coraxlib.git) registered for path 'coraxlib' Cloning into '/Users/ash/Asteroid/coraxlib'... fatal: unable to access 'https://codeberg.org/Exelixis-Lab/coraxlib.git/': SSL certificate problem: certificate has expired fatal: clone of 'https://codeberg.org/Exelixis-Lab/coraxlib.git' into submodule path '/Users/ash/Asteroid/coraxlib' failed Failed to clone 'coraxlib'. Retry scheduled Cloning into '/Users/ash/Asteroid/coraxlib'... fatal: unable to access 'https://codeberg.org/Exelixis-Lab/coraxlib.git/': SSL certificate problem: certificate has expired fatal: clone of 'https://codeberg.org/Exelixis-Lab/coraxlib.git' into submodule path '/Users/ash/Asteroid/coraxlib' failed Failed to clone 'coraxlib' a second time, aborting

BenoitMorel commented 1 year ago

Hello, Thank you for your message. This is an issue that some users have with the service (codeberg) that hosts one of the libraries we use. There is a discussion about it here: https://forum.gitlab.com/t/gitlab-runner-server-certificate-verification-failed/59450/1 On MacOS, I would try to run:

git config --global http.sslVerify "false"

before cloning. Please let me know if that works, such that I can update the README for future users that might encounter the same issue. Best, Benoit

AshrafMoumou commented 1 year ago

Hello, sorry for the delayed response.

This was a solution I had previously tried and it did not work. With that being said, after updating my system to MacOS 12.6.7 I can not use Asteroid. This may be an issue that exists with older MacOS versions.

Cheers, Ash