Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Problem connecting RTC and GIT

Hello everyone,

Im trying to connect RTC and GIT; all looks ok, but when i send a push request im getting this error:

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin master:master
POST git-receive-pack (1390 bytes)

remote: oldRev=b8f3420892f42fc597de6c201b0ed612464b2937 newRev=3aa5205b8f559b27ee9c7172dab7c055daedca13 refName=refs/heads/master
remote: <urlopen error unknown url type: https>


Pushing to http://server:8888/project/Whatsapp_Monitoreo_RTC.git
To http://server:8888/project/Whatsapp_Monitoreo_RTC.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'http://server:8888/project/Whatsapp_Monitoreo_RTC.git'

Im thinking this is a problem with the https protocol, any idea?

Thanks in advance

Rafael Hernandez

0 votes



2 answers

Permanent link
Hi Rafel,

Can you please check do you have right information of "RTC URI" and "repository key" in below files.

1) GIT repo config folder ( Monitoreo_RTC.git')
2) Post receive Hook
3) Pre receive Hook

Regards,
Arun.

1 vote


Permanent link
Hi Rafael,

The error message is indicative of HTTP client side error that it is not able to create a connection to RTC server. As suggested above, check the RTC repository URL setting, in both pre-push hook as well as the Git repository configuration property.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938
× 97
× 10
× 1

Question asked: Jun 03 '15, 1:30 p.m.

Question was seen: 5,216 times

Last updated: Jun 04 '15, 11:03 a.m.

Confirmation Cancel Confirm