Skip to content
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

Windows: Add step to verify Git Bash / MinGW / MSYS2 Setup #35

Open
3 tasks
karlhorky opened this issue May 23, 2023 · 1 comment
Open
3 tasks

Windows: Add step to verify Git Bash / MinGW / MSYS2 Setup #35

karlhorky opened this issue May 23, 2023 · 1 comment
Assignees

Comments

@karlhorky
Copy link
Member

Git Bash uses MinGW and MSYS2 to emulate a Linux / Unix command line experience.

Some students have reported commands like ls not working after installing Git Bash:

david@DESKTOP-2021 MINGW64 /d/dokumente/github/next-ecommerce-store
$ ls
bash: ls: command not found

Let's add a step with 1-3 commands for verifying that all 3 of the following are installed correctly:

  • Git Bash
  • MinGW
  • MSYS2
@karlhorky
Copy link
Member Author

Seems like #32 (and the updated version #54) may have some of these things - so before implementing, check those first to see if those actually implement any of the 3 desired checks above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants