We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76f5e4e + ff242c8 commit f8ad44cCopy full SHA for f8ad44c
README.md
@@ -121,6 +121,17 @@ docker-compose logs -f
121
docker-compose down
122
```
123
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
135
_______________
136
Contact us at [TECHcommunity](mailto:technologycommunity@softwareag.com?subject=Github/SoftwareAG) if you have any questions.
137
0 commit comments