Skip to content

Commit 96aacaf

Browse files
committed
More
1 parent f1bc376 commit 96aacaf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/user-guide/getting-started/troubleshooting.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ order: 60
66

77
The most common issues with abapGit are listed here
88

9+
## Connection Types
10+
11+
There are several ways to connect from your SAP system to a git server. For example:
12+
13+
- SAP System > HTTP/S > Git Server
14+
- SAP System > HTTP/S > Proxy > Git Server
15+
- SAP System > Exit( RFC Destination ) > HTTP/S > Git Server
16+
- SAP System > Exit( RFC Destination + Proxy ) > HTTP/S > Git Server
17+
18+
Be sure to check all areas.
19+
920
## HTTP Errors
1021

1122
### 401 - Unauthorized and 403 - Forbidden
@@ -62,3 +73,11 @@ Behaviour of abapGit can be changed using [User Exits](/user-guide/reference/exi
6273

6374
- Check "Debug Info" from the tools menu on the repository overview (shows which exits are active in your system)
6475
- In case of issues, deactivate all exits to narrow down the root cause.
76+
77+
## SAP ABAP Development Tools (ADT)
78+
79+
If you are using the ADT abapGit plugin provided by SAP, check [SAP BTP, Working with abapGit](https://help.sap.com/docs/btp/sap-business-technology-platform/working-with-abapgit).
80+
81+
## SAP Cloud Solutions
82+
83+
You can find tips for connections from SAP Cloud solutions [here](https://github.com/abapGit/abapGit/issues/6206#issuecomment-2047638552).

0 commit comments

Comments
 (0)