Hi, I'm running fossil 1.33 in a docker container and found an issue when cloning my repo. If I run it like:
$ fossil clone http://USERNAME@SERVERNAME/REPONAME repo.fossil it fails reporting: getaddrinfo() fails: Name or service not known Clone done, sent: 0 received: 0 ip: server returned an error - clone aborted However, it works when issued with the server IP address rather than its DNS name: $ fossil clone http://USERNAME@SERVERIPADDR/REPONAME repo.fossil Yet something like: $ ssh SERVERNAME works perfectly fine. It's not urgent for me because I can work using IP but I'd appreciate any hints how it may be solved. Cheers, Jacek
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

