> ruby script/plugin install git://github.com/darashi/jpmobile.git
그러나...
removing: C:/Documents and Settings/Administrator/My Documents/Aptana Studio/testing_etc/vendor/plugins/jpmobile/.git
위와 같은 에러메시지가 나오고서는 그대로 종료되어 버리고 말지요.
무언가 반응을 하기에 시스템엔 아무런 문제가 없어 보이지만, 원인은 시스템에 Git이 설치되어 있지 않기 때문입니다. 그러므로 시스템에 Git을 설치해 주면 말끔히 해결 됩니다.
Windows환경에서 개발하시는 분은
http://code.google.com/p/msysgit/ 로 가시면 윈도우즈용 Git을 다운로드 하실 수 있습니다.
Posted by Lifefeel


