developit / nextjs-preact-demo

Next.js 9.3 + Preact = 21kB
https://nextjs-preact.now.sh
384 stars 25 forks source link

'How to use' commands doesn't work. Small typo #9

Closed bestwestern closed 4 years ago

bestwestern commented 4 years ago

image

wiesson commented 4 years ago

Hmm, Works on my machine -

$ Dev git clone git@github.com:developit/nextjs-preact-demo    
Cloning into 'nextjs-preact-demo'...
remote: Enumerating objects: 43, done.
remote: Counting objects: 100% (43/43), done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 43 (delta 17), reused 23 (delta 5), pack-reused 0
Receiving objects: 100% (43/43), 108.92 KiB | 1.18 MiB/s, done.
Resolving deltas: 100% (17/17), done.
bestwestern commented 4 years ago

apparently you have the proper permissions. This works on my (any?) machine: git clone https://github.com/developit/nextjs-preact-demo.git

flashblaze commented 4 years ago

apparently you have the proper permissions. This works on my (any?) machine: git clone https://github.com/developit/nextjs-preact-demo.git

@bestwestern this happens due to SSH keys not being set. So cloning via HTTPS is the way to go. Hope that helps.

developit commented 4 years ago

I've switched the instructions to show the https URL for now.