Skip to content
Snippets Groups Projects
Commit 1381f0bf authored by Peter Mangelsdorf's avatar Peter Mangelsdorf
Browse files

add warning to install guide and correct git config

parent 85b79a08
Loading
...@@ -21,10 +21,9 @@ cd se420-team-blue ...@@ -21,10 +21,9 @@ cd se420-team-blue
## 7. Cleanup Line Endings (Windows Only) ## 7. Cleanup Line Endings (Windows Only)
Make sure you can see the `.git` directory before running this command.
```bash ```bash
git config core.autocrlf input git config --global core.autocrlf input
git config --list # make sure the "core.autocrlf=input", if not, DO NOT CONTINUE!
``` ```
## 8. Navigate to the EvaP Directory ## 8. Navigate to the EvaP Directory
...@@ -36,6 +35,8 @@ cd EvaP ...@@ -36,6 +35,8 @@ cd EvaP
```bash ```bash
vagrant up vagrant up
``` ```
While this is running, also open the VirtualBox manager app and click "Show" to open the terminal.
***KEEP THIS WINDOWN OPEN***, the installation can stall if you do not.
## 10. Activate Vagrant Connection ## 10. Activate Vagrant Connection
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment