apc-llc / moviemaker-cpp

Encode video frame by frame in C++ using FFmpeg
MIT License
88 stars 14 forks source link

Error clone the repo #18

Closed khanhhoaa19 closed 2 months ago

khanhhoaa19 commented 1 year ago

When I cloned the repo with the command "git clone --recurse-submodules -j8 --remote-submodules https://github.com/apc-llc/moviemaker-cpp.git," the terminal reported: error: unknown switch `j' usage: git clone [options] [--] [

]

-v, --verbose         be more verbose
-q, --quiet           be more quiet
--progress            force progress reporting
-n, --no-checkout     don't create a checkout
--bare                create a bare repository
--mirror              create a mirror repository (implies bare)
-l, --local           to clone from a local repository
--no-hardlinks        don't use local hardlinks, always copy
-s, --shared          setup as shared repository
--recursive           initialize submodules in the clone
--recurse-submodules  initialize submodules in the clone
--template <template-directory>
                      directory from which templates will be used
--reference <repo>    reference repository
-o, --origin <name>   use <name> instead of 'origin' to track upstream
-b, --branch <branch>
                      checkout <branch> instead of the remote's HEAD
-u, --upload-pack <path>
                      path to git-upload-pack on the remote
--depth <depth>       create a shallow clone of that depth
--single-branch       clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
                      separate git dir from working tree
-c, --config <key=value>
                      set config inside the new repository

(I build this repo in Centos)

dmikushin commented 10 months ago

Hi @khanhhoaa19 , sorry it was a typo in the README instruction, it is fixed now!