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!

Oracle SQL Developer: Where are Git Settings in SQL Developer?

Bob ParisJul 16 2019

Already reviewed:

Information Center: Oracle SQL Developer [2282075.2]

SQL Developer Fails to Integrate with GIT Throws Error oraiit.git: cannot open git-upload-pack [2383969.1]

Git "installed" as Feature in SQL Developer during installed and verified.

the working directory (local repository) is already initialized. (SQL Developer recognizes that)

Verified gitconfig is set to: sslVerify = false

When attempt checkout of code in remote repository receive:

java.lang.NullPointerException

at oracle.jdevimpl.vcs.git.cmd.GITOperationCheckout.invokeCommandImpl(GITOperationCheckout.java:144)

at oracle.jdevimpl.vcs.git.cmd.GITAbstractOperation$1.doCommitOperation(GITAbstractOperation.java:211)

at oracle.jdeveloper.vcs.spi.VCSDialogCommitter$1.run(VCSDialogCommitter.java:83)

Git settings are pretty simple in SQL Developer.  Can do all tasks in Git Bash.

Are there additional settings for SQL Developer for Git? Where?

Comments
Post Details
Added on Jul 16 2019
0 comments
510 views