Re: Git not creating new directory when cloning

2018-06-21 Thread Jeff King
On Thu, Jun 21, 2018 at 12:04:11PM -0400, Jack Adrian Zappa wrote: > Hi, I was trying to clone a repo into a non-existent directory. but it > gave me a failure: > > $ git clone https://github.com/jelera/vim-javascript-syntax.git > ~/.vim/bundle/vim-javascript-syntax > fatal: destination path >

Git not creating new directory when cloning

2018-06-21 Thread Jack Adrian Zappa
Hi, I was trying to clone a repo into a non-existent directory. but it gave me a failure: $ git clone https://github.com/jelera/vim-javascript-syntax.git ~/.vim/bundle/vim-javascript-syntax fatal: destination path '/home/username/.vim/bundle/vim-javascript-syntax' already exists and is not an em