clonning below :
git clone https://github.com/zendframework/ZendSkeletonApplication.git
gives error:
Cloning into 'ZendSkeletonApplication'...
fatal: I don't handle protocol 'https'
Modified it to:
git clone https://github.com/zendframework/ZendSkeletonApplication
works perfectly or you can just git clone the url. I am using os windows 10 and gitbash.