Picture of L A
Authoring Tool Install Fails - git hub error
by L A - Monday, 4 April 2016, 4:18 PM
 

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"

 


Picture of Helen Bailey
Re: Authoring Tool Install Fails - git hub error
by Helen Bailey - Wednesday, 6 April 2016, 11:09 AM
 

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