You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: get-started/get-help.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ uacp: This page is linked from the Help Portal at https://help.sap.com/products/
4
4
---
5
5
6
6
7
-
# Getting Help
7
+
# Getting Help
8
8
Support Channels & Troubleshooting FAQs {.subtitle}
9
9
10
10
<divid="support-channels">
@@ -17,7 +17,7 @@ Support Channels & Troubleshooting FAQs {.subtitle}
17
17
18
18
</div>
19
19
20
-
> [!tip]
20
+
> [!tip]
21
21
> If you encounter issues, check the Troubleshooting FAQs below.
22
22
> Do that first before posting questions to or creating issues in the other channels.
23
23
@@ -270,7 +270,7 @@ If you find that the types are still incomplete, open a bug report in [the `@cap
270
270
271
271
### How to fix "`tar: Error is not recoverable: exiting now`"?
272
272
273
-
If you get the error `tar: Error is not recoverable: exiting now` (for example, when building MTX resources)
273
+
If you get the error `tar: Error is not recoverable: exiting now` (for example, when building MTX resources)
274
274
you can try installing the tar library for better compatibility with Windows systems.
275
275
276
276
Add it to your devDependencies like so:
@@ -649,7 +649,7 @@ If data loss is intended, you can disable the check by adding <Config>cds.requir
649
649
:::
650
650
651
651
652
-
### Potential problems on Windows
652
+
### Potential problems on Windows
653
653
654
654
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. 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.
0 commit comments