bmwcarit / barefoot

Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Apache License 2.0
667 stars 186 forks source link

Unable to build matcher server #152

Closed ZhaoFan7 closed 3 years ago

ZhaoFan7 commented 3 years ago

Matcher server (Quick Start),When I run the command ‘sudo docker build -t barefoot-map ./map’: Cloning into 'osmosis'... error: RPC failed; result=18, HTTP code = 200 fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed The command '/bin/sh -c cd /opt/ && git clone https://github.com/openstreetmap/osmosis.git && cd osmosis && git checkout tags/0.43.1 && ./gradlew assemble && echo "export PATH=${PATH}:/opt/osmosis/package/bin" >> /root/.bashrc' returned a non-zero code: 128 image