Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AshrafMoumou opened this issue Jun 28, 2023 · 2 comments
Open

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

AshrafMoumou opened this issue Jun 28, 2023 · 2 comments

Comments

@AshrafMoumou
Copy link

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
Copy link
Owner

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants