Questions tagged [git-daemon]

37 questions
0
votes
0 answers

Docker container with git-daemon keeps stopping

Not sure whether it's my misunderstanding of docker, git-daemon, general linux-fu or all of the above, but having set up one inside the other I'm noticing that the container will run for around 20 seconds, then just exit. I set up a simple…
John S.
  • 159
  • 1
  • 4
0
votes
0 answers

Can one push to "git://" repo from Windows?

I have a repo (on Linux machine), this repo is exposed by using git:// protocol. I can successfully clone, fetch and push to that repo from Linux machines. But from Windows machines a can only clone and fetch from that repo. When I am trying to…
Egor Skriptunoff
  • 906
  • 1
  • 8
  • 23
0
votes
1 answer

git daemon, test responds "does not appear to be a git repository"

Installing git daemon for the first time. I have it running: [todd@hqdevgit01 test.git]$ ps -ef | grep git 501 3204 1 0 10:14 ? 00:00:00 git-daemon --reuseaddr --user=gitdaemon --group=blah-dev --detach…
akaphenom
  • 6,728
  • 10
  • 59
  • 109
0
votes
3 answers

As of right now, on Windows 7, does Mercurial start up a server much simpler than Git?

On Windows 7, from reading hginit.com, it seems like it is very easy to set up a Mercurial server? mkdir repo cd repo hg init hg serve and that's it? Now http://localhost:8000 is the server. It seems that it is quite a bit harder to set a Git…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
0
votes
1 answer

Issues hosting local git repo

I've successfully set up a git repository with Cygwin on my desktop, thanks to this post. Now, I'm having problems connecting to that repo from my laptop. Specifically, the connection times out every time. I've even tried plugging the two…
0x5453
  • 12,753
  • 1
  • 32
  • 61
0
votes
1 answer

Installing gitorious issue

I am struggling with the installation of gitorious (on an Ubuntu 12.04 distribution) on my local server following this tutorial : http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server After fixing some some config, I went running this…
user1611830
  • 4,749
  • 10
  • 52
  • 89
0
votes
1 answer

Connection to Git daemon on Windows 7 getting "reset by peer" error

I'm running the Git dameon on Win7 (Ultimate - x64) from MinGW. When I first start the daemon (as in first time it runs since the last restart), I can perform any command on the server from a remote computer without incident. However, after a…
Logan Bibby
  • 1,167
  • 1
  • 10
  • 31
1 2
3