Hello,
I installed NodeJS and Git, I open Git bash command line tool and tried the following code as described in the setup documentation:
$ npm install adapt-cli -g
I Immediately see a WARN 'git config --get remote.origin.url' returned wrong result <git://github.com/SpongeUK/download.git>
And then a long list of errors which I believe stem from that warning. How can I resolve this issue?
Thanks