I tried making a dotfiles repository, but something went wrong so I removed it and tried to start over. Now I can't seem to git init anything. I even tried removing my config files:
cd ~
rm -r .git
rm .gitconfig
mkdir test_git
cd test_git
git init
/home/myUserName/test_git/.git: No such file or directory
Am I missing something, or is there something wrong with my system?
git --version
git version 1.7.1