This is an error report.
Screenshot of the error
Error details
asking for username and pass
This is an error report.
Screenshot of the error
Error details
asking for username and pass
Hi,
Its only telling you that the folder already exists, and clones it right now and its a public repo, anyone can download it. Can you try again? Maybe remove the folder and clone it again?
@Aditya_257 some how you tried to clone the wrong repo and did a mess with the src directory.
you can see that the first time you try to clone a repo, you miss typed one letter (you typed liux_course_files instead of linux_course_files)
To recover, try the following:
rm -rf ~/catkin_ws/src/*
cd ~/catkin_ws/src
git clone https://bitbucket.org/theconstructcore/linux_course_files.git
That should work
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.