forge install : fatal: Not a git repository (or any of the parent directories)



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)