I am going to develop a chat application with MongooseIM Server, but fail to install MongooseIM sever setup on my local pc, Can any one please help me to fix this error, Thanks in advance.
Following : http://mongooseim.readthedocs.io/en/1.5.1/user-guide/Getting-started/
error : ===> Failed to fetch and copy dep:{git,"git://github.com/goj/base16.git"{ref, "f78918e7b593fbdc35ec9bcc349aa50f47f45a8b
I see those dependences are expressed using the git://
protocol.
Try instead using the https one:
git config --global url."https://".insteadOf git://
And see if the same process still fails.
Make sure you are using a recent version of git (what git --version
returns?)