You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rhildred thanks for taking the time and reach out to us with your issue. Appreciate it 🙏 !
To answer your question, no, the default branch was left as master to avoid situations like this, as the degit package defaults to the master branch. I've encountered a similar issue as you're mentioning randomly, and rerunning the command usually solved it and was able to grab the template.
One thing to consider, though, is probably some local configuration you have on your environment or something related that's introducing the issue or something wrong with the package.
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
! could not fetch remote https://github.com/chromaui/intro-storybook-react-template
! could not find commit hash for HEAD
I got it to work with
npx git-pwa clone --branch master https://github.com/chromaui/intro-storybook-react-template .
for this reason I theorize that the default branch is wrong????
The text was updated successfully, but these errors were encountered: