I'm trying to install Git on Windows10 but cannot get over a certificate error.The error event in command prompt is as follows.
git clone http://-----.git
cloning into '-----'
fatal:UriFormatException encountered
  queryURL
Password for '[proxy]':
fatal:unable to access 'https://----git':error setting certificate verify location
CAfile C:\XX\YY\ZZ\ca-bundle.crt
CApath:none
ca-bundle.crt is in C:\XX\ZZ directory, not in the directory above.
Surprising was that neither  git config --global http.sslcainfo "C:\XX\ZZ\ca-bundle.crt" nor git config --global http.sslVerify false did change any result although gitconfig file was successfully rewritten.
Is there any suggestion or information for help?
additional
git config --global --edit shows now
 [http]
  proxy=------
  sslCAinfo=----
but git clone command bring me to the same error.
 
    