Configuring Node for Git and RTC
![]()
Sany Maamari (132●4●36●51)
| asked May 03 '17, 11:21 a.m.
retagged May 11 '17, 9:34 a.m. by Ken Tessier (841●1●7) 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
|