Skip to content

Commit af69b93

Browse files
authored
Merge pull request #35 from haraldpjthunem/patch-1
Update troubleshooting.md with encoding issue guidance
2 parents f3b9e98 + 117a621 commit af69b93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/troubleshooting.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,9 @@ Using WSL Ubuntu-22.04 to run the NGSI-LD SMART FARM Tutorials.
8484

8585
- Setup Postman and import postman a tutorial file (ex. tutorials.NGSI-LD\tutorials.Getting-Started\FIWARE Working
8686
with @context.postman_collection.json)
87+
88+
## When trying to run any of the ./services produces "cannot execute: required file not found"
89+
90+
This may be caused by a character encoding problem in the services script if e.g. the repository has been cloned on Windows, while the script is being run in a Linux/WSL terminal.
91+
92+
Running the "dos2linux" command may work, but a more solid solution in this case is to clone the repository directly in the Linux/WSL terminal.

0 commit comments

Comments
 (0)