Можно ли клонировать репозиторий GitLab, размещенный в поддомене, с помощью GitExtensions? - PullRequest
0 голосов
/ 20 ноября 2018

У меня есть поддомен, где установлен 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
...