[lustre-discuss] Could not read from remote repository

2024-04-09 Thread Jannek Squar via lustre-discuss

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?


Cheers
Jannek

--
Jannek Squar
Universität Hamburg
Fakultät für Mathematik, Informatik und Naturwissenschaften
Fachbereich Informatik
Arbeitsbereich Wissenschaftliches Rechnen

Bundesstraße 45a
D-20146 Hamburg

Tel: +49 40 460094-219
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org


Re: [lustre-discuss] Could not read from remote repository

2024-04-09 Thread Andreas Dilger via lustre-discuss
On Apr 9, 2024, at 04:16, Jannek Squar via lustre-discuss 
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 (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


Re: [lustre-discuss] Could not read from remote repository

2024-04-11 Thread Jeff Johnson
Works fine for me. Make sure you don't have a hyperlink embedded in
text or something.

git clone git://git.whamcloud.com/fs/lustre-release.git

[jeff@spinaltap ~/Devel] $ git clone
git://git.whamcloud.com/fs/lustre-release.git
Cloning into 'lustre-release'...
remote: Counting objects: 386278, done.
remote: Compressing objects: 100% (81507/81507), done.
remote: Total 386278 (delta 286760), reused 384310 (delta 284792)
Receiving objects: 100% (386278/386278), 162.22 MiB | 5.73 MiB/s, done.
Resolving deltas: 100% (286760/286760), done.

On Tue, Apr 9, 2024 at 3:20 AM Jannek Squar via lustre-discuss
 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?
>
> Cheers
> Jannek
>
> --
> Jannek Squar
> Universität Hamburg
> Fakultät für Mathematik, Informatik und Naturwissenschaften
> Fachbereich Informatik
> Arbeitsbereich Wissenschaftliches Rechnen
>
> Bundesstraße 45a
> D-20146 Hamburg
>
> Tel: +49 40 460094-219
> ___
> lustre-discuss mailing list
> lustre-discuss@lists.lustre.org
> http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org



-- 
--
Jeff Johnson
Co-Founder
Aeon Computing

jeff.john...@aeoncomputing.com
www.aeoncomputing.com
t: 858-412-3810 x1001   f: 858-412-3845
m: 619-204-9061

4170 Morena Boulevard, Suite C - San Diego, CA 92117

High-Performance Computing / Lustre Filesystems / Scale-out Storage
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org


Re: [lustre-discuss] Could not read from remote repository

2024-04-11 Thread Jannek Squar via lustre-discuss
There must have been a problem with the connection, the same line is now 
working again. Thanks for your help.


On 11/04/2024 20:54, Jeff Johnson wrote:

Works fine for me. Make sure you don't have a hyperlink embedded in
text or something.

git clone git://git.whamcloud.com/fs/lustre-release.git

[jeff@spinaltap ~/Devel] $ git clone
git://git.whamcloud.com/fs/lustre-release.git
Cloning into 'lustre-release'...
remote: Counting objects: 386278, done.
remote: Compressing objects: 100% (81507/81507), done.
remote: Total 386278 (delta 286760), reused 384310 (delta 284792)
Receiving objects: 100% (386278/386278), 162.22 MiB | 5.73 MiB/s, done.
Resolving deltas: 100% (286760/286760), done.

On Tue, Apr 9, 2024 at 3:20 AM Jannek Squar via lustre-discuss
 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?

Cheers
Jannek

--
Jannek Squar
Universität Hamburg
Fakultät für Mathematik, Informatik und Naturwissenschaften
Fachbereich Informatik
Arbeitsbereich Wissenschaftliches Rechnen

Bundesstraße 45a
D-20146 Hamburg

Tel: +49 40 460094-219
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org






--
Jannek Squar
Universität Hamburg
Fakultät für Mathematik, Informatik und Naturwissenschaften
Fachbereich Informatik
Arbeitsbereich Wissenschaftliches Rechnen

Bundesstraße 45a
D-20146 Hamburg

Tel: +49 40 460094-219
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org


Re: [lustre-discuss] Could not read from remote repository

2024-04-11 Thread Jeff Johnson
Glad to help!

On Thu, Apr 11, 2024 at 12:03 PM Jannek Squar
 wrote:
>
> There must have been a problem with the connection, the same line is now
> working again. Thanks for your help.
>
> On 11/04/2024 20:54, Jeff Johnson wrote:
> > Works fine for me. Make sure you don't have a hyperlink embedded in
> > text or something.
> >
> > git clone git://git.whamcloud.com/fs/lustre-release.git
> >
> > [jeff@spinaltap ~/Devel] $ git clone
> > git://git.whamcloud.com/fs/lustre-release.git
> > Cloning into 'lustre-release'...
> > remote: Counting objects: 386278, done.
> > remote: Compressing objects: 100% (81507/81507), done.
> > remote: Total 386278 (delta 286760), reused 384310 (delta 284792)
> > Receiving objects: 100% (386278/386278), 162.22 MiB | 5.73 MiB/s, done.
> > Resolving deltas: 100% (286760/286760), done.
> >
> > On Tue, Apr 9, 2024 at 3:20 AM Jannek Squar via lustre-discuss
> >  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?
> >>
> >> Cheers
> >> Jannek
> >>
> >> --
> >> Jannek Squar
> >> Universität Hamburg
> >> Fakultät für Mathematik, Informatik und Naturwissenschaften
> >> Fachbereich Informatik
> >> Arbeitsbereich Wissenschaftliches Rechnen
> >>
> >> Bundesstraße 45a
> >> D-20146 Hamburg
> >>
> >> Tel: +49 40 460094-219
> >> ___
> >> lustre-discuss mailing list
> >> lustre-discuss@lists.lustre.org
> >> http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org
> >
> >
> >
>
> --
> Jannek Squar
> Universität Hamburg
> Fakultät für Mathematik, Informatik und Naturwissenschaften
> Fachbereich Informatik
> Arbeitsbereich Wissenschaftliches Rechnen
>
> Bundesstraße 45a
> D-20146 Hamburg
>
> Tel: +49 40 460094-219



-- 
--
Jeff Johnson
Co-Founder
Aeon Computing

jeff.john...@aeoncomputing.com
www.aeoncomputing.com
t: 858-412-3810 x1001   f: 858-412-3845
m: 619-204-9061

4170 Morena Boulevard, Suite C - San Diego, CA 92117

High-Performance Computing / Lustre Filesystems / Scale-out Storage
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org