forge install : fatal: Not a git repository (or any of the parent directories)
23 Aug 2022smart-contract
Run forge install some-repo
command then get fatal: Not a git repository (or any of the parent directories)
error. Because there are no .git folder!
Solve the problem by run forge init
(or forge init --force
)