Skip to content

forge install does not work on Windows #621

New issue

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

Closed
2 tasks done
onbjerg opened this issue Jan 29, 2022 · 0 comments · Fixed by #623
Closed
2 tasks done

forge install does not work on Windows #621

onbjerg opened this issue Jan 29, 2022 · 0 comments · Fixed by #623
Assignees
Labels
C-forge Command: forge Cmd-forge-pm Command: forge install/update/remove D-average Difficulty: average P-normal Priority: normal T-bug Type: bug

Comments

@onbjerg
Copy link
Collaborator

onbjerg commented Jan 29, 2022

Component

Forge

Have you ensured that all of these are up to date?

  • Foundry
  • Foundryup

What version of Foundry are you on?

Fresh build on 2f6148f

What command(s) is the bug in?

forge install (trickles down to forge init)

Operating System

Windows

Describe the bug

Running forge init completes without errors but the lib folder is empty, even though it says ds-test was installed. Running forge install dapphub/ds-test also completes without error, but still yields an empty lib folder.

Furthermore, no .gitmodules file is created.

Manually running git submodule add https://github.com/dapphub/ds-test lib/ds-test works as expected.

My immediate suspicion is that this is some annoying path issue, just like we are experiencing on many of the integration tests

@onbjerg onbjerg added T-bug Type: bug C-forge Command: forge P-high Priority: high D-average Difficulty: average Cmd-forge-pm Command: forge install/update/remove labels Jan 29, 2022
@onbjerg onbjerg self-assigned this Jan 29, 2022
@onbjerg onbjerg added P-normal Priority: normal and removed P-high Priority: high labels Jan 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-forge Command: forge Cmd-forge-pm Command: forge install/update/remove D-average Difficulty: average P-normal Priority: normal T-bug Type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant