💻 Software
How to setup own GIT Server? Whats bare/non-bare repos?
Fresh5 days ago
Mar 15, 20267232 viewsConfidence Score0%
0%
Problem
I am trying to setup a simple GIT server. I have Ubuntu installed on a Virtual PC (Virtual Box). I installed GIT, created a repo etc Then on Windows, I did something like below (on cygwin) Tried making changes then git commit -am "..." but got something like I suppose I have setup GIT wrong? I read…
Error Output
git init git add . git commit "..."
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to setup own GIT Server? Whats bare/non-bare repos?
Low Risk
A "normal" repository is a directory containing the actual repository, and a working copy. The actual repository is located in a hidden subdirectory with the name . The working copy are those files and directories you work with. A "bare" repository …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix