git errors during install- RESOLVED
#1

.png   Git Error.png (Size: 5.24 KB / Downloads: 17)

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
  Reply
#2
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..
  Reply
#3
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
  Reply


Forum Jump:


Users browsing this thread: