Questions tagged [git-daemon]
37 questions
2
votes
1 answer
How to determine SSH fingerprint of client for usage in Git hook
I've got a Git update hook which checks if the branch being updated is master and if so, sends an error message to the client. I now would like to make it so only pushes to master which I myself make will pass.
Currently I have two SSH keys added…

papiro
- 2,158
- 1
- 20
- 29
2
votes
1 answer
Git daemon logging, how to enable it and store the logs into a file, e.g. like /var/log/git.log?
if you think that this is not the proper section of SE where to post a question like this, tell me where should I put it and I will move it.
Anyway. I have a git daemon set up on my OS X machine which runs under launchd, here is the .plist file…

tonix
- 6,671
- 13
- 75
- 136
2
votes
1 answer
Running git daemon with read only user gives "fatal: cannot drop privileges"
I am not sure if this is the right section where to post, if it is not, please tell me where should I post the following issue:
I am on a LAN with two machines: one with OS X Yosemite on it which acts as a Git server and another laptop running…

tonix
- 6,671
- 13
- 75
- 136
2
votes
3 answers
Why i can use git-daemon serve my git repo?
There are some git bare repo in /home/git/repositories dir.
I use git-daemon-run serve git protocol to access these repos.
For example /home/git/repositories/root/spider.git is a bare git repo.
This is command ps -ef | grep git result.
120 …

王振威
- 35
- 1
- 3
1
vote
1 answer
Auto start git daemon on window server
I am pretty new to Git. Trying to setup git repository in window server 2008 R2. I have finish with everything even tried to create new repository and cloning on same computer everything look good. Now I want to clone to my local computer using git…

Pritesh Patel
- 1,969
- 1
- 18
- 32
1
vote
1 answer
How to git clone bare remote git repository on another host
I have ubuntu running on a virtual box guest with IP address 192.168.0.92 and I can ping this computer from my host running Windows 7. I can also ping the other way from ubuntu to windows.
In ubuntu I created a bare repository like…

Angus Comber
- 9,316
- 14
- 59
- 107
1
vote
1 answer
Git daemon clone fatal error in sideband demultiplexer and read error invalid argument
I'm trying to figure out git daemon.
I have seen many posts and threads including Stack Overflow questions regarding this issue, however none of the solutions helped me.
The repo is 100% not corrupted.
The thing is, I can easily clone the repo…

ymdred16
- 98
- 3
- 15
1
vote
1 answer
Aborting "git push" - open git-daemon-export-ok.19906 failed: Permission denied at pathto/gitolite.pm line 115
I am using gitolite and now I am not able to push some changes / new files to the repository. I made no changes on permission's and I worked not on the git scripts. Do you hav an idea which reason this could be?
git push
Counting objects: 7,…

Nils
- 29
- 1
1
vote
0 answers
git is unable to clone over LAN using `git daemon`
I have tried to clone my repo from another Windows PC over LAN.
Other post about fatal: read error: Invalid argument didn't give me any solutions.
On the server
$ git daemon --base-path=/c/Users/user/Repos/ --export-all --timeout=10000 --port=9999…

jaques-sam
- 2,578
- 1
- 26
- 24
1
vote
1 answer
git daemon with LFS?
Is it possible to use git daemon with a repository that has LFS setup on it? I have a machine that isn't able to connect to my corporate VPN (no Linux client), and I must share a repository with it to try out Linux specific changes to my code.
I…

MuertoExcobito
- 9,741
- 2
- 37
- 78
1
vote
1 answer
Git-daemon - how does one update cloned repo>?
I need allow anon access to a few repos. I read a few how-tos and docs on git-daemon that use the git clone clone --bare approach and serve the cloned repo, with git-daemon.
This works fine, installed it via aptitude and it runs merrily as a…

Stephane Gosselin
- 9,030
- 5
- 42
- 65
0
votes
1 answer
Why won't git-daemon serve my repositories?
I'm using git version 1.7.9 and while I've checked and double checked my configuration, I can't get the clones to work from the daemon. There's no indication of any error in /var/log/messages:
Feb 14 13:40:36 build git-daemon[9226]: Connection from…

Danny Thomas
- 1,879
- 1
- 18
- 32
0
votes
1 answer
How could I recover my git-daemon repositories
I had a Gitorious install that got old and it is clear now that it is not coming back. I want to recover the repos (mainly the wiki repos) from the repository. I do not want to repeat the long and painful process of setting up Gitorious again, just…

rhaag71
- 519
- 7
- 22
0
votes
1 answer
how to use scm manager with git?
I'm just new in git and am still relying on git extension for most task.
I've search how to start git daemon in windows and found a suggestion that scm-manager may be an alternative for it.
https://bitbucket.org/sdorra/scm-manager/overview
I…

Corbee
- 979
- 2
- 13
- 26
0
votes
1 answer
download files from remote server using git protocol
is it possible to download files from a remote server running git-daemon?
or how to download files from git:// server like downloading files using curl from http:// server?
the server is running this command:
/usr/bin/git daemon --reuseaddr…

geek175
- 127
- 1
- 7