Configuring Node for Git and RTC
Hello all,
I'm trying to integrate git with RTC, I've followed the multiple guides to do this integration
When installation is done:
Meaning node config.json is configured
A git repo is created in rtc and the git config is modified with the repourl and repokey
the hooks are copied and changed and put in the git hooks directory
when trying to clone the git repo with
git clone http://:9999/git/demo.git
I get this error
fatal: unable to access 'http://:9999/git/demo.git/': The requested URL returned error: 500
Is this a known issue, is there an easy way to solve it ?
Thank you for your answers
Sany
Accepted answer
Hi Sany
config.json needs to be configured to the same user registry as RTC
OR
If you have configured RTC URL for Authentication in config.json, you need to change RTC Authentication method from FORM to BASIC.
Adding articles from Jazz Wiki that might help"
Regards
Shubjit
Comments
Thank you it actually worked, but there is no reference to this step in the article you've send me and that I followed step by step
Hi Sany
Thanks for confirming. Glad that you got the integration working.
It is mentioned in the pre-requisite of the article. Maybe we should add it with further details under point 4 of config.json.