Local git repository - a documented example
Could you post somewhere an example of Source Control with a local git repo? I have done "git init --bare" but sitll get this:
Git directory must be an existing bare repository, for example 'git init --bare'
![](https://secure.gravatar.com/avatar/ce741cbca7cb4329cde58bd5ae914b75?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
We did have an issue that we fixed in the latest release to do with using a file uri rather than a path. But I don’t think this is your issue.
So eg
C:\>cd tempora
C:\tempora>mkdir test
C:\tempora>cd test
C:\tempora\test>git init —bare
Initialized empty Git repository in C:/tempora/test/
Then link to “c:\tempora\test” in the first box and leave the second box empty or not and it works (for me anyway).