I created a new repo in my local pc: C:\Temp\RepoDemo which has the .git folder and a text file. What I am trying to do is create a server side folder and have the ability to push my local repo to the server so another user can pull it and either view it or edit and then push it back to the server.
To achieve that I installed SourceTree in my server and created a blank repo. I am trying to push my local repo to the server and I am getting the following error:
Rd8hT.png
The server setup is:
sOYlE.png
My main goal is to setup a folder in the server1 server to store all repositories created and user can pull/push/commit based on the remote location connected.