I am newbie to both git & enyo framework.I installed git-bash on my windows-7 and trying to clonse enjyo2-components repo to my local machine.
I forked it & copied url https://github.com/kshraddha1290/enyo-2-components.git
.When I try to clone it using command
$ git clone https://github.com/kshraddha1290/enyo-2-components.git
,nothing happnes.If I try to clone it in specific directory i.e.
$ git clone https://github.com/kshraddha1290/enyo-2-components.git xml/
,the directory xml
gets deleted.
Please tell what m I missing?
EDIT
Following is all output I get
$ git clone https://github.com/kshraddha1290/enyo-2-components.git
Cloning into 'enyo-2-components'...
project@project-PC MINGW32 ~
$