RTC GIT integration using node server
Hi Team,<o:p></o:p>
I am trying to integrate RTC with Git using node server, For that i refer on link "https://jazz.net/library/article/88770".<o:p></o:p>
As per link i did some steps, but when I tried to run node server using URL: "http://ceres:8888/git/MyDemo.git" I got
error "This site can’t be reached"<o:p></o:p>
when i tried to run that link using "http://localhost:8888/git/MyDemo.git", one pop up window open with username
and password, but I am confused about user name and password.
So, Can you please tell me what user name and password should I enter, and which URL is correct.<o:p></o:p>
One answer
The article , at that step, does not require you to login as far as I can tell. Continue with the steps. The authentication seems to be set up in a later step using a key.
Comments
I continue with the steps but again I am stuck when performing clone the Git repository by executing the Git command ("git clone http://<myhostname>:8888/git/MyDemo.git") but I am getting error "The requested URL returned error 500".
My magic crystal ball, apparently, unfortunately failed to reveal the exact step you are stuck at and you will have to wait for another person with a working one.