We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
forge-std
forge install foundry-rs/forge-std gives
forge install foundry-rs/forge-std
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
git init
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 .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
forge install foundry-rs/forge-std
gives
Even after
git init
you need to stage and commit before you can installforge-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 .The text was updated successfully, but these errors were encountered: