Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I did a clone of (Github mCSS-SublimeText) in this repository :
"C:\Program Files\Sublime Text 2\Pristine Packages"

The clone was a success but I cant see it in my "Pristine Packages" folder. But when I do the command ls, the folder mCSS seems to be here.

Moreover this folder isn't empty. I used the cd command to see it.

So I tried a rmdir /S mCSS but the output is : "Directory not empty" and "/S no such file or directory"

share|improve this question
I experienced the same problem cloning git clone git://github.com/sstephenson/rbenv.git ~/.rbenv in Cygwin under Win XP. It said it was cloned, but there was no any dir named .rbenv. Neither by ls -a nor by Win Explorer I checked. My solution was: rm -rf .rbenv, create .rbenv dir manually in advance and then run the clone command again. Maybe my comment will help smb as your question helped me. Sorry for my English :) – Green Mar 16 at 17:48

1 Answer

up vote 2 down vote accepted
rm -rf mCSS

doesn't work? what do you mean by "invisible"?

share|improve this answer
Nice ! Thx a lot :) Invisible means that I couldn't see the folder called "mCSS" in "Pristine Packages". – Adrien G Jul 24 '12 at 11:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.