On Apr 9, 2024, at 04:16, Jannek Squar via lustre-discuss 
<lustre-discuss@lists.lustre.org<mailto:lustre-discuss@lists.lustre.org>> wrote:

Hey,

I tried to clone the source code via `git clone 
git://git.whamcloud.com/fs/lustre-release.git` but got an error:

"""
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
"""

Is there something going on with the repository or is the error probably on my 
side?

The above command worked for me on a login with no SSH key configured:

$ ssh-add -l
Could not open a connection to your authentication agent.
$ git clone git://git.whamcloud.com/fs/lustre-release.git
Cloning into 'lustre-release'...
remote: Counting objects: 386206, done.
remote: Compressing objects: 100% (81406/81406), done.
Receiving objects:  26% (100414/386206), 27.02 MiB | 9.00 MiB/s ...

Do you have connectivity to git.whamcloud.com<http://git.whamcloud.com> (e.g. 
ping/traceroute)?

A second option is to clone from the "lustre/lustre-release" repo on GitHub, 
which is itself a clone of git://git.whamcloud.com/

Otherwise, you could create a Gerrit account at https://review.whamcloud.com/ 
and register your SSH public key there and then use:

    git clone ssh://review.whamcloud.com:29418/fs/lustre-release

which you would want to do anyway if you are planning to submit any patches.

Cheers, Andreas
--
Andreas Dilger
Lustre Principal Architect
Whamcloud







_______________________________________________
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org

Reply via email to