Git Integration: Error occurred when fetching commit summary for commit id xxxx
With RTC 6.0.2 I did the GIT integration nearly successfully.
I'm able to push a commit and create a link to the mentioned work item.
But there is still an open issue: In RTC navigating to the linked git commit results in the following error:
Error occurred when fetching commit summary for commit id xxxxx
I'm using GIT version 2.9.3 on Linux 16.10 together with RTC 6.0.2.
Many thanks in advance for your support.
Christine
One answer
Hi Christine
Have you integrated RTC with Git hosted on NodeJS server?
Or are you using any existing Git Server like GitLab, GitHub, Gerrit?
The Git commit URL is formed based on the Commit URL entered in "Commit URI Format" under
Source Control> Registered Git Repository > [Name] > Settings , in RTC.
For NodeJs, we use
$repo/commit/$sha1
where in $repo is replaced by the Git Repository URL as mentioned while registering
And, $sha1 is replaced by the commit hash id
Best Regards
Shubjit