I am using git clone command
git clone <repo_url> <moveToDirectory>.
This command is working fine if moveToDirectory length is short, But if moveToDirectory length is long (i.e a with more folders), then this command is not working.
How can I use git clone in the second case?
 
     
    