Hi,
I have installed Adapt a few times, and need to do another install and it doesn't seem to be working. It seesm to fail at the node install. Providing an error message "unable to connect to git...adatp-contrib-vanilla"
Hi,
I have installed Adapt a few times, and need to do another install and it doesn't seem to be working. It seesm to fail at the node install. Providing an error message "unable to connect to git...adatp-contrib-vanilla"
Are you connecting through a work network such as a university or big company? Some ports may be blocked by your IT firewalls and not allowing you to get to github. I used the insteadof method to replace the git:// to https:// and it worked for me :
git config --global url.https://github.com/.insteadOf git://github.com/
HTH
Helen