Facing the below isssue when I tried to add material from my company's bitbuket:
Error performing command: --- Command --- git ls-remote http://gbs05291:******@git...pro/scm/fbkpla/gocd-mobileapp.git refs/heads/InvestmentApp_GoCDTest --- Environment --- {} --- INPUT ----
--- EXIT CODE (128) --- --- STANDARD OUT --- --- STANDARD ERR --- STDERR: fatal: unable to access 'http://*********repoIP**/scm/fbkpla/gocd-mobileapp.git/': SSL certificate problem: self signed certificate in certificate chain
1.Tried adding the certificate to keystore in gocd server with the below command.. keytool -importcert -file "C:\Users\Desktop\BitBucket.cer" -keystore "C:\Program Files (x86)\Go Server\config\keystore"
2.Tried git config --global http.sslVerify false
Please note :Able to clone the same repo from git bash.
Please suggest if am need to configure something else.