Cannot remove git repository completely
Posted
by Aleyna
on Stack Overflow
See other posts from Stack Overflow
or by Aleyna
Published on 2010-03-05T01:50:42Z
Indexed on
2010/05/17
6:00 UTC
Read the original article
Hit count: 269
I have been using git on windows-msysgit. Whenever I try to remove a repository completely either using explorer or using
$ git rm -rf ptp/
fatal: Not a git repository (or any of the parent directories): .git
it errors out "The data present in the reparse point buffer is invalid" or the fatal error above.
What's wrong with me/git?
Thanks in advance
© Stack Overflow or respective owner