NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
richt111
Jul 31, 2008Aspirant
Git
Has anybody tried installing git on a ReadyNAS or know if this is possible?
Thanks.
Thanks.
17 Replies
Replies have been turned off for this discussion
- Raz0rEdgeAspirantIn reply to myself, I found another repo that has the Sarge-backports files needed to get get GIT running. The version of GIT is 1.5.4.1 which isn't too old..
Ensure that your /etc/apt/sources.list contains:deb http://www.readynas.com/packages readynas/
deb http://archive.debian.org/debian-security sarge/updates main contrib non-free
deb http://archive.debian.org/backports.org sarge-backports main contrib non-free
deb http://archive.debian.org/debian sarge main contrib non-free
deb-src http://archive.debian.org/debian-security sarge/updates main contrib non-free
deb-src http://archive.debian.org/backports.org sarge-backports main contrib non-free
deb-src http://archive.debian.org/debian sarge main contrib non-free
Then;- apt-get update
- apt-get install git-core
- apt-get clean
- InfiniteAspirantAnyone know if Git has log file that I need to be careful about?
- rvdavidAspirantHi,
Was just rolling through as I've recently adopted git and was looking for an add-on for git support and came accross this post.
There is an addon available in the Community Add-ons for ReadyNAS NV+/Duo forum: http://www.readynas.com/forum/viewtopic.php?f=47&t=35533
or in the Community Add-ons for ReadyNAS Ultra/Pro/NVX forum http://www.readynas.com/forum/viewtopic.php?f=48&t=35537
Hope this helps someone who was in my situation because i actually got as far as installing git-core via apt-get before searching further and finding the links i've posted above.
regards,
RV David.
http://www.rvdavid.net/ - c0deAspirantwhen i use the addon and trying to fetch something tru git i get this error msg
HOME-NAS:~/src# git clone https://github.com/rembo10/headphones.git
Initialized empty Git repository in /root/src/headphones/.git/
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/rembo10/headphones.git/info/refs
fatal: HTTP request failed - erikkramerAspirant
c0de wrote: when i use the addon and trying to fetch something tru git i get this error msg HOME-NAS:~/src# git clone https://github.com/rembo10/headphones.git
Initialized empty Git repository in /root/src/headphones/.git/
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/rembo10/headphones.git/info/refs
fatal: HTTP request failed
I solved that by doing:env GIT_SSL_NO_VERIFY=true git clone git clone https://github.com/rembo10/headphones.git
http://stackoverflow.com/questions/3777075/https-github-access - CHasenpflugAspirant
c0de wrote: when i use the addon and trying to fetch something tru git i get this error msg HOME-NAS:~/src# git clone https://github.com/rembo10/headphones.git
Initialized empty Git repository in /root/src/headphones/.git/
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/rembo10/headphones.git/info/refs
fatal: HTTP request failed
You can simply use the non-https URL to access the repo. So run this instead:git clone http://github.com/rembo10/headphones.git
- dunkymoleAspirantI just solved this myself actually. The RadyNas does not ship with the DigiCert High Assuance certificate authority - this is the certificate that vvalidates GitHub's. Take a look at: viewtopic.php?f=7&t=70557
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!