Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

git https error cannot open git-upload-pack

quadzillaJan 7 2015 — edited Jan 7 2015

Hi,
We are trying to use github enterprise 11.10.340 with sql developer 4.0.3.16. We can’t seem to get around this error.
We have tried ssh keys and adding the parameter <param name="http.sslVerify">false</parm> to the files org-netbeans-libs-git.xml
and org-eclipse-jgit.xml located under the install directories. We can connect to a git server without https. Has anyone tried adding the servers cert to the windows trusted root? We don't have permissions to do so.

Anyone have any ideas or if we even have the correct config xml and parameter name?

tia

update: I was using the wrong clone, after choosing the correct ssh clone link the keys did work for us.

We were also able to figure out how to add the parameter to the .gitconfig file used.

[http]

sslVerify = false

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 4 2015
Added on Jan 7 2015
0 comments
1,747 views