Skip to content

Commit f8ad44c

Browse files
Pogrebnyak, SergeiPogrebnyak, Sergei
authored andcommitted
2 parents 76f5e4e + ff242c8 commit f8ad44c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,17 @@ docker-compose logs -f
121121
docker-compose down
122122
```
123123

124+
## Troubleshooting
125+
126+
### Running on Windows host
127+
128+
Your Docker build runs on Windows and fails, ensure that git client uses UNIX crlf instead of Windows.
129+
Change git configuration and re-clone the repository
130+
131+
```bash
132+
git config --global core.autocrlf false
133+
```
134+
124135
_______________
125136
Contact us at [TECHcommunity](mailto:technologycommunity@softwareag.com?subject=Github/SoftwareAG) if you have any questions.
126137
_______________

0 commit comments

Comments
 (0)