EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  <20222023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  <20222023  2024 
<== Date ==> <== Thread ==>

Subject: Github and travis question
From: Mark Rivers via Tech-talk <tech-talk at aps.anl.gov>
To: "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>
Date: Mon, 13 Jun 2022 20:40:36 +0000

The .travis.yml file in areaDetector contains these lines:

 

   - pip install git+git://github.com/drdoctr/[email protected]

   - pip install git+git://github.com/michaeljones/[email protected]

   - pip install git+git://github.com/return42/linuxdoc.git

 

This was working OK, but recently the travis builds have been failing with this error:

 

$ pip install git+git://github.com/drdoctr/[email protected]

Collecting git+git://github.com/drdoctr/[email protected]

  Cloning git://github.com/drdoctr/doctr.git (to revision 1.7.4) to /tmp/pip-req-build-7r_gfskr

  Running command git clone --filter=blob:none -q git://github.com/drdoctr/doctr.git /tmp/pip-req-build-7r_gfskr

  fatal: unable to connect to github.com:

  github.com[0: 140.82.113.3]: errno=Connection timed out

 

I don’t understand what the syntax “git+git://github.com/drdoctr/[email protected]” means.  I have used https://github.com for https access and git at github.com for ssh access, but I have not seen git://github.com outside of this travis script. Can someone explain? 

 

I found that if I replace git:// with https:// it works.

 

   - pip install git+https://github.com/drdoctr/[email protected]

   - pip install git+https://github.com/michaeljones/[email protected]

   - pip install git+https://github.com/return42/linuxdoc.git

 

What the difference between git:// and https:// is, and is OK to make this change?

 

Thanks,

Mark

 


Replies:
Re: Github and travis question Pete Jemian via Tech-talk
Re: Github and travis question Torsten Bögershausen via Tech-talk

Navigate by Date:
Prev: Problem with NTP configuration Francisco Ramos via Tech-talk
Next: Re: Github and travis question Pete Jemian via Tech-talk
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  <20222023  2024 
Navigate by Thread:
Prev: Re: Problem with NTP configuration Matt Rippa via Tech-talk
Next: Re: Github and travis question Pete Jemian via Tech-talk
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  <20222023  2024 
ANJ, 14 Sep 2022 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·