saleor / cli

Command-line interface allowing interaction with Saleor Cloud environments.
Other
69 stars 23 forks source link

" ERROR fatal: refs/heads/main: not a valid SHA1 " when trying to install saleor-storefront #724

Open pokemonguy1 opened 7 months ago

pokemonguy1 commented 7 months ago

I was trying to install the storefront to the saleor, followed the instructions from this link

However, when running the command that was given in the instruction saleor storefront create --url http://localhost:8000/graphql/

I get this error:

`C:\Users\USERNAME\Desktop\ecomm\saleor-platform>saleor storefront create --url http://localhost:8000/graphql/ / Setting up the Git repository... ERROR fatal: refs/heads/main: not a valid SHA1

If you think this is a bug, report it on GitHub: https://github.com/saleor/saleor-cli/issues

CLI Docs: https://docs.saleor.io/docs/3.x/cli`

Is there anything that I might have done wrong, or is it some bug? In any case, how do I fix this problem?