HKUST-Aerial-Robotics / VINS-Fusion

An optimization-based multi-sensor state estimator
GNU General Public License v3.0
3.45k stars 1.37k forks source link

docker build error #181

Open wayneeeeeeee opened 2 years ago

wayneeeeeeee commented 2 years ago

Cloning into 'ceres-solver'... fatal: unable to access 'https://ceres-solver.googlesource.com/ceres-solver/': Failed to connect to ceres-solver.googlesource.com port 443: Connection timed out hi,when use dockerfile,"make build",it output error message,how to solve the problem?

lnexenl commented 2 years ago

Seems that you can't connect to the server, try to build docker image with a proxy server.

lukezhqin commented 2 years ago

you may need to change that [path.]([ git clone https://ceres-solver.googlesource.com/ceres-solver && ](https://github.com/HKUST-Aerial-Robotics/VINS-Fusion/blob/be55a937a57436548ddfb1bd324bc1e9a9e828e0/docker/Dockerfile#L22)) Try this one "https://github.com/ceres-solver/ceres-solver.git"