This question has already been answered:
I accidentally clicked it and now I can’t clone the repository in it. OS: Win7, msysgit, tortoisegit.
This question has already been answered:
I accidentally clicked it and now I can’t clone the repository in it. OS: Win7, msysgit, tortoisegit.
A similar question was asked earlier and an answer has already been received. If the answers provided are not exhaustive, please ask a new question .
Delete the folder in the explorer in the usual way. Well, or rm -rf .git
if via msysgit
console
.git
directory, it was generated by git init
and its presence is checked by git
. - Vladimir GordeevSource: https://ru.stackoverflow.com/questions/169493/
All Articles
.git
directory? - Vladimir Gordeev