Skip to content

Commit 93fc476

Browse files
Add Git Bash on Windows disclaimer (#1037)
* Add Git Bash on Windows disclaimer * Move disclaimer to CAP on Azure section * rework * Update get-started/troubleshooting.md --------- Co-authored-by: René Jeglinsky <[email protected]>
1 parent d81960d commit 93fc476

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

get-started/troubleshooting.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,4 +705,10 @@ To fix this error, run `npm i --package-lock-only` to update your `package-lock.
705705
For SAP HANA deployment errors see [The HANA section](#how-do-i-resolve-deployment-errors).
706706
:::
707707
708+
709+
## CAP on Windows
710+
711+
Please note that Git Bash on Windows, despite offering a Unix-like environment, may encounter interoperability issues with specific scripts or tools due to its hybrid nature between Windows and Unix systems.
712+
When using Windows, we recommend testing and verifying all functionalities in the native Windows Command Prompt (cmd.exe) or PowerShell for optimal interoperability. Otherwise, problems can occur when building the mtxs extension on Windows, locally, or in the cloud.
713+
708714
<div id="end" />

0 commit comments

Comments
 (0)