NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

17 Replies

Replies have been turned off for this discussion
  • In 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;
    1. apt-get update
    2. apt-get install git-core
    3. apt-get clean
  • Anyone know if Git has log file that I need to be careful about?
  • Hi,

    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/
  • 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
  • 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
  • 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
  • I 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

NETGEAR Academy

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

Join Us!

ProSupport for Business

Comprehensive support plans for maximum network uptime and business peace of mind.

 

Learn More