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 push, the operation hangs, the last message from git daemon is
Request receive-pack for '<my_repo_name>'
.
Is pushable git://
protocol not implemented yet for using it from Windows?