orise-robotics / ros2-docker-devel

Helper tool to develop ROS2 packages using Docker
Apache License 2.0
5 stars 0 forks source link

Unable to change git configuration from the container #54

Closed mateus-amarante closed 2 years ago

mateus-amarante commented 2 years ago

After https://github.com/orise-robotics/ros_ws/pull/51/commits/446ce23e838c043004f90f8c341e994d4def2a90 I started to get the following error when I try running git config ...:

error: could not write config file /home/rtr/.gitconfig: Device or resource busy

The old configuration doesn't work too, because it causes errors messages on installing git-lfs. I suggest unbinding .gitconfig and assuming the user builds a custom configuration for the container.