M HYPE SPLASH
// general

git: where cloned remote repository is saved?

By Michael Henderson

I cloned OpenCV using:

git clone 

Now I want to know where is downloaded in order to unpack it. All what I know is: dpkg -L git leads me to this directory: /usr/lib/

1 Answer

When you've started the clone command you should have get this message:

git clone
Cloning into 'opencv'...

You should find the OpenCV source in a folder named just opencv where you launched the git clone command.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy