Rich-Harris / degit

Straightforward project scaffolding
MIT License
6.93k stars 242 forks source link

Error out of the box #340

Closed thenewdesign closed 2 years ago

thenewdesign commented 2 years ago

Ran npx degit chromaui/intro-storybook-vue-template taskbox

Got ! could not fetch remote https://github.com/chromaui/intro-storybook-vue-template ! could not find commit hash for HEAD

Not finding many things to try w/ Google, anyone know what the issue is? Trying to do the Vue Storybook tutorial, this is step 1 :D

ghost commented 2 years ago

same i have that kinda error too

yogaajie2 commented 2 years ago

make sure you have git installed. If you use VS Code change the terminal to Git Bash

thenewdesign commented 2 years ago

make sure you have git installed. If you use VS Code change the terminal to Git Bash

Will try that and report back. I tend to use GitHub Desktop instead of the command line. Thanks.

thenewdesign commented 2 years ago

make sure you have git installed. If you use VS Code change the terminal to Git Bash

So it looks like I did have Git installed already in addition to GitHub Desktop. Also for some reason trying it today in an identical manner ( just copying and pasting the commands from the tutorial ) seemed to work. Maybe there were just some issues w/ my network at the time or something, though I did try it on multiple different days and it failed identically each time. Whatever the case it's working now and I'm excited to dig in. Thanks again for the assist.