We have a private server where our code will reside on. We want to use GIT as our source code management. We don't want to host our code on GITHub and that's why we would like to have a private GIT server running.
Our problem is not with installing GIT per say, it's with setting up user access. Our developers won't have SSH access to the server so we want to setup SMART HTTP ACCESS on GIT. This would prompt user credentials whenever a developer wants to pull something or push something. We can't seem to find a clear-cut instructions on how to do that successfully.
Anyone out there with a link or documentation that's clean enough to help us setup this correctly?