I have tryed to run this code in my console:
script/plugin install git://github.com/apotonick/cells.git
…but i only get an empty folder named “cells” in my “vendor/plugins” dir.
What’s wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check you Git version.
This may be related with you
gitconfigfile, as described in this threadActually, the problem would be here because of a global git config file (in your homedir: ‘
~/.gitconfig‘), defining a master which may be incompatible with the master expected by thegit pullwithin that specific Git repo.