larshp / abapGitServer

Git server implemented in ABAP
MIT License
64 stars 25 forks source link

Client missmatch #120

Closed fabianlupa closed 6 years ago

fabianlupa commented 6 years ago

Hi, just trying this out now.

I installed everything and created a repo in the web interface but couldn't clone it in abapGit. It shows this: image

After some debugging and adding wait statements I found out that the HTTP calls by abapGit are handled in a different client than the development one I am using and where I created the repository in. SM50 shows the HTTP call is handled in client 001 while the repo only exists in client 200. (This also explained why external break-points didn't work and why abapGit asked me for logon data.)

In SICF the client field wasn't filled, so now I assume it just takes 001 as a default then. After changing it to 200 there everything worked fine.

For reference, if someone comes across the same problem.