-
as seen on Super User
- Search for 'Super User'
I installed git and gitosis as described here in this guide Here are the steps I took:
Server: Gentoo
Client: MAC OS X
1) git install
emerge dev-util/git
2) gitosis install
cd ~/src
git clone git://eagain.net/gitosis.git
cd gitosis
python setup.py install
3) added git user
adduser --system…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone!
I've configure a git server. I need to use ssh because I've defined permissions using users of my domain, using LDAP. Only users with permissions could read a project.
So, the links to access my repositories are like that: ssh://[email protected]@hostname/var/git/repo.git
When I clone…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have followed the following instructions in setting a git repository locally in one of my hard drive (1):
https://trac.webkit.org/wiki/UsingGitWithWebKit
I would like to know if it is possible for me to set up another repository in a different hard drive which mirrors the one I setup in (1)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there currently a way to host a shared Git repository in Windows? I understand that you can configure the Git service in Linux with:
git daemon
Is there a native Windows option, short of sharing folders, to host a Git service?
EDIT:
I am currently using the cygwin install of git to store and…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We were sharing a GIT repository via file-sharing system (smb://) and got it badly corrupted (a power cut meanwhile the post-send :P). Being new to GIT, trying to fix it I made it even worse and I lost all the refs (left with the object folder).
Since the incident I haven't had the time to look at…
>>> More