I have bare repository on my PC (running windows 7) - Machine A - and I'm using the command:
git daemon --export-all --verbose --enable=receive-pack
to run the git daemon.
From another maching (mac) - Machine B - I was able to push from the upstream using egit (from eclipse).
My problem is that I'm unable to pull the repository. When I try this, it gives me "rejected" on Machine B. On machine A, I get the following:
[952] [1976] Disconnected
[5868] Connection from 192.168.1.102:56643
[5868] Extended attributes (20 bytes) exist
[5868] Request upload-pack for '/somerepository/.git'
[952] [5868] Disconnected
[3088] Connection from 192.168.1.102:56645
[3088] Extended attributes (20 bytes) exist
[3088] Request receive-pack for '/somerepository/.git'
Any ideas?