Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on readme.md, need change .github directory to .git #71

Closed
vxyagr opened this issue Feb 11, 2024 · 1 comment
Closed

on readme.md, need change .github directory to .git #71

vxyagr opened this issue Feb 11, 2024 · 1 comment

Comments

@vxyagr
Copy link

vxyagr commented Feb 11, 2024

problem : when following instructions to run the ic-eth-starter, stopped at "prepare" step, due to problem : husky cannot find ".git" directory
solution : rename the ".github" directory to ".git"

@rvanasa
Copy link
Collaborator

rvanasa commented Feb 11, 2024

Thanks for reaching out about this. Running the npx degit command in the readme should create a .git directory, but it seems like this didn't happen in your case for some reason. The .git and .github directories are fundamentally different from each other, so the cleanest solution is to run git init to create a new .git directory.

Closing as a duplicate of typicode/husky#851, which is the root cause. I'd be happy to reopen if that would be helpful for anyone running into a similar issue.

@rvanasa rvanasa closed this as completed Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants