What is the easiest way to download a file from GitHub? I entered the following in the command line in StaSh:
git clone https://github.com/username/username.github.io.git
and also
git clone https://github.com/username/username.git
but both times received the following error message:
stash: <type 'exceptions.OSError'>: [Errno 17] File exists: './.git'
What should I enter on the command line to make this work? Or is there a better way to accomplish this?