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 --port=1234 --base-path=/home/user1/ --export-all