Re: Quick question: How do I get rtems-test

2021-01-22 Thread Richi Dubey
Thanks! On Fri, Jan 22, 2021 at 6:46 PM Gedare Bloom wrote: > > > On Fri, Jan 22, 2021 at 1:15 AM Richi Dubey wrote: > >> Hi, >> >> I want to clone the rtems-tools/tester repository, but when I run: >> >> ~/quick-start/rtems/6$ git clone https://git.rtems.org/rtems-tools/ >> > > git://git.rtems

Re: Quick question: How do I get rtems-test

2021-01-22 Thread Gedare Bloom
On Fri, Jan 22, 2021 at 1:15 AM Richi Dubey wrote: > Hi, > > I want to clone the rtems-tools/tester repository, but when I run: > > ~/quick-start/rtems/6$ git clone https://git.rtems.org/rtems-tools/ > git://git.rtems.org/rtems-tools.git should work > > Cloning into 'rtems-tools'... > > It doe

Re: Quick question: How do I get rtems-test

2021-01-22 Thread Richi Dubey
Nevermind, This works: git clone https://github.com/RTEMS/rtems-tools.git On Fri, Jan 22, 2021 at 1:44 PM Richi Dubey wrote: > Hi, > > I want to clone the rtems-tools/tester repository, but when I run: > > ~/quick-start/rtems/6$ git clone https://git.rtems.org/rtems-tools/ > Cloning into 'rtems-

Quick question: How do I get rtems-test

2021-01-22 Thread Richi Dubey
Hi, I want to clone the rtems-tools/tester repository, but when I run: ~/quick-start/rtems/6$ git clone https://git.rtems.org/rtems-tools/ Cloning into 'rtems-tools'... It does not progress any further from this. What may be wrong? Thanks, Richi. ___