Re: git clone problem

2017-01-27 Thread Jordi Durban
Hi Santiago! Thank you for your answer. What I meant was that the "WHATEVER" directory contained the same files as the current directory (i.e the directory where I typed "git clone"). Thus, no files from the remote repository were cloned. It seemed really weird. However I was playing around w

Re: git clone problem

2017-01-25 Thread Santiago Torres
Hello, Jordi. Hmm, it should've cloned in the "whatever" directory. Can you post your git version/configs and maybe the output verbatim of the command when you run it? If you can reproduce in an empty dictionary that'd be better $ mkdir test && cd test $ git clone --recursive https://github.co

git clone problem

2017-01-25 Thread Jordi Durban
Hi all! Not sure if that will reach the goal, but let's it a try. I have a problem with the git clone command: when I try to clone a remote repository with the following: git clone --recursive https://github.com/whatever.git what I actually obtain is a copy of my own files in the current dire