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?