Cloning socker_publisher project in Docker #521
-
Hello (@ymd-stella and others) ! I am trying to update stella_vslam in my docker image from 0.3.11 to 0.4.0 but I am left with the following error: Step 34/59 : RUN cd /tmp && git clone -b 0.0.1 --recursive https://github.com/stella-cv/socket_publisher.git && cd socket_publisher && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. && make && make install
---> Running in 0545cd75a9b0
Cloning into 'socket_publisher'...
fatal: could not read Username for 'https://github.com': No such device or address
I would like to avoid creating Git users or ssh keys in my docker image. |
Beta Was this translation helpful? Give feedback.
Answered by
ymd-stella
Jul 11, 2023
Replies: 1 comment 1 reply
-
It seems that it was set to private. It is fixed now. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ymd-stella
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that it was set to private. It is fixed now.