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[K
remote: <urlopen error unknown url type: https>[K
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