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
forge 0.3.0 (a038646 2025-01-20T00:26:01.931617999Z)
No response
forge install private-org/private-repo.git --no-commit
macOS (Apple Silicon)
I am trying to install a private foundry project as depedencies for an another repo. However it doesn't seems to be supported or working.
Command tried :
forge install https://ghp_mytoken@github.com/private-org/precompiles-solidity.git --no-commit
Output:
Installing private in root/another-private-repo/lib/private-repo (url: Some("https://github.com/https://ghp_mytoken@prtivate-org/private-repo"), tag: None)
Seems like there is a parsing issue when putting a token in the url to install the depedencie.
The text was updated successfully, but these errors were encountered:
Thanks @grandizzy for the fix 🙏
Sorry, something went wrong.
grandizzy
Successfully merging a pull request may close this issue.
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.3.0 (a038646 2025-01-20T00:26:01.931617999Z)
What version of Foundryup are you on?
No response
What command(s) is the bug in?
forge install private-org/private-repo.git --no-commit
Operating System
macOS (Apple Silicon)
Describe the bug
I am trying to install a private foundry project as depedencies for an another repo.
However it doesn't seems to be supported or working.
Command tried :
Output:
Seems like there is a parsing issue when putting a token in the url to install the depedencie.
The text was updated successfully, but these errors were encountered: