EPICS Home

Experimental Physics and Industrial Control System


 
2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: EPICS 7 Release Candidate 1
From: Mark Rivers <[email protected]>
To: Michael Davidsaver <[email protected]>, Andrew Johnson <[email protected]>, "[email protected]" <[email protected]>
Date: Mon, 4 Dec 2017 01:51:59 +0000
> I see the same.  I can't say I've tried this before as "[email protected]:..." is using SSH to pull,
> which isn't usual due to speed.


> Were you trying for "git://github.com/" which is the git native protocol?

> I usually use http for checkouts.


No, I have always cloned with [email protected].  I just tested it with

git clone --recursive [email protected]:/areaDetector/areaDetector

and it worked fine.  It was getting 4.2 MiB/s.


I then tested epics-base using https.

git clone --recursive https://github.com/epics-base/epics-base


That worked.  But it is no faster than ssh, also 4.2 MiB/s.


Thanks,

Mark




________________________________
From: Michael Davidsaver <[email protected]>
Sent: Sunday, December 3, 2017 6:44 PM
To: Mark Rivers; Andrew Johnson; [email protected]
Subject: Re: EPICS 7 Release Candidate 1

On 12/03/2017 05:44 PM, Mark Rivers wrote:
> I would like to get this via git rather than a tar file. I tried the following but it failed.  What am I doing wrong?
>
>
>
> corvette:/usr/local/epics>git clone --recursive [email protected]:epics-base/epics-base

I see the same.  I can't say I've tried this before as "[email protected]:..." is using SSH to pull,
which isn't usual due to speed.  Were you trying for "git://github.com/" which is the git native protocol?
I usually use http for checkouts.

> git clone --recursive https://github.com/epics-base/epics-base.git


Also, as this is as good a point as any.  My usual git configuration to mangle remote
urls so that I can clone via http and automatically push via ssh.

> git config --global --replace-all [email protected]:.pushInsteadOf https://github.com/
> git config --global --add         [email protected]:.pushInsteadOf git://github.com/
> git config --global --replace-all url.git+ssh://git.launchpad.net/.pushInsteadOf https://git.launchpad.net/
> git config --global --add         url.git+ssh://git.launchpad.net/.pushInsteadOf lp:
> git config --global --replace-all url.https://git.launchpad.net/.insteadof lp:

Replies:
Re: EPICS 7 Release Candidate 1 Mark Rivers
References:
Re: EPICS 7 Release Candidate 1 Mark Rivers
Re: EPICS 7 Release Candidate 1 Michael Davidsaver

Navigate by Date:
Prev: Re: EPICS 7 Release Candidate 1 Michael Davidsaver
Next: Re: EPICS 7 Release Candidate 1 Mark Rivers
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: EPICS 7 Release Candidate 1 Michael Davidsaver
Next: Re: EPICS 7 Release Candidate 1 Mark Rivers
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024