Details
-
Type:
Bug
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Stack Documentation and UX
-
Labels:None
-
Epic Link:
-
Team:SQuaRE
Description
Original report:
Installing lsstsw on RHEL6 (and presumably derivatives like Scientific Linux and CentOS) fails because the built-in git client does not have https support. The "git" transport protocol does work and is a suitable alternative.
This is a problem within bin/deploy where versiondb.git and lsst_build.git are cloned (fixed on my machine with replacing https: -> git
.
Similarly, in etc/repos.yaml I had to replace all the https: with git: for the downloads to work.
I am not sure if this is a general solution, however. On Stack Overflow somebody noted that some places block the git: transport protocol. Though I don't know how this can be configured.
This ticket is the result of some confusion over how RHEL6 users should configure their environment. Documentation should be examined to clarify that it is always needed regardless of newinstall vs lsstsw and regardless of whether people know they are using C++11.
Attachments
Issue Links
- mentioned in
-
Page Loading...