Restart the course Linux for robotics

hi please, i would like re star the course Linux for robotics, to recovery the folders

user:~$ cd /home/user/catkin_ws/src/
user:~/catkin_ws/src$ git clone Bitbucket
fatal: destination path ‘linux_course_files’ already exists and is not an empty directory.
user:~/catkin_ws/src$

Before restarting, make sure back up any files you want to keep, then remove all previous files with:

user:~$ cd /home/user/catkin_ws/src/
user:~/catkin_ws/src$ rm -rf linux_course files
user:~/catkin_ws/src$ git clone https://bitbucket.org/theconstructcore/linux_course_files.git

This topic was automatically closed after 7 days. New replies are no longer allowed.