i'm using git with all repos on network target (\\server1\...). This is the only place where all the data is stored. If i change something i do a commit. That's it. This was ok because i'm the only coder.
Now, we are three coders. I would like to use the current repos as remote repos which could be cloned by each coder to his own network path (we don't work locally).
Is this possible? If it is, what is to do? If i clone a repo (with GitKraken) i'm not able to push a commit. I always get a error like "Push failed - Local push doesn't (yet) support pushing to non-bare repos".
What can i do?
Thanks in advance!