我有一个安装了GitLab的子域,我需要克隆该子域的存储库,但是GitExtensions给了我以下错误:
"C:\Program Files\Git\bin\git.exe" clone -v --recurse-submodules --progress "subdomain" "C:/Users/mramosga/Desktop/tests_caj/tests_caj"
Cloning into 'C:/Users/mramosga/Desktop/tests_caj/tests_caj'...
fatal: unable to access 'subdomain': schannel: next InitializeSecurityContext failed: SEC_E_UNTRUSTED_ROOT (0x80090325) - The certificate chain was issued by an authority that is not trusted.
Done