git errors during install- RESOLVED - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Discussion (https://forum.gekko.wizb.it/forum-23.html) +--- Thread: git errors during install- RESOLVED (/thread-57362.html) |
git errors during install- RESOLVED - TCMabe - 07-16-2018 [attachment=206] Working on a tutorial video to install Amazon Web Server and setup Gekko … keep getting issues with git references. Anyone else experiencing this … is there an easy solution ? I modified one of my install commands to: git clone https://github.com/askmike/gekko.git -b stable to work around the first one … the second seems to be embedded in the installation scripts. Thanks ! TC Mabe RE: git errors during install - askmike - 07-16-2018 Quote:Unable to connect to github.com Very strange, I rarely see that happen. Maybe Github had a stability issue when you tried that? I think trying the same command again should work.. RE: git errors during install - TCMabe - 07-17-2018 Resolved. For anyone else with this issue. Somehow I believe I installed an incorrect version of nodejs, The correct version or at least the one that works is shown below. //Install nodejs: sudo apt-get install curl python-software-properties curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install nodejs |