forge-std icon indicating copy to clipboard operation
forge-std copied to clipboard

Enhancement:- Git repository should not be needed for installing `forge-std`

Open hammersharkfish opened this issue 1 year ago • 0 comments

forge install foundry-rs/forge-std gives

git status exited with code 128:
fatal: not a git repository (or any of the parent directories): .git

Even after git init you need to stage and commit before you can install forge-std

Getting all the tests right is essential before you make your first commit , forge-std forces you to make a commit before you write test scripts .

hammersharkfish avatar Jul 03 '24 06:07 hammersharkfish