IntelliJ built-in Git settings ?
Answered
Hi Folks,
In order to clone a project out of my internal git repository I typically used to run:
git config --global http.sslVerify false
If I have a new machine (Linux) and wanted to avoid installing git and use the built-in git, how can I set this ?
"unable to access 'https://mygitrepo/abcd/core.git/': Peer's Certificate issuer is not recognized."
Please sign in to leave a comment.
There is no built-in Git, IntelliJ IDEA requires standalone Git executable to work with Git.
Thanks Serge!
I feel pretty dumb now. I thought it was all internal for some reason. I didnt recall install the git package, but sure enough its there and using the shell to set git options worked a treat.
Thanks again.