I tried to make a new bare git repository but I get this error:
Max:Git-Projekte max$ git clone --bare . ~/Dropbox/Git-Projekte/Mainpage.git
Cloning into bare repository '/Users/max/Dropbox/Git-Projekte/Mainpage'...
fatal: failed to open '/Users/max/Dropbox/Git-Projekte/./objects': No such file or directory
I am not sure if you are using the command the right way:
Man for git-clone says:
“Clones a repository into a newly created directory”
command is:
So maybe you should:
?