Topic: Git Path?

Hi:

Sorry for ask a stupid question,but...

I would like git clone githou.com/remicollet/remirepo/tree/master/php/php55
but got a error message
remicollet/remirepo/tree/master/php/php55 is not a valid repository name

So,what path I should typo in?

Thank you

newbie 13'10/03

Re: Git Path?

git clone https://github.com/remicollet/remirepo.git

This a single repository for all my spec files.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Git Path?

Oh Oh.

I knew now.

Thank you smile

-newbie-