728x90
반응형
1. Try clone git repository
chlrbgh0@Mulder:/T1/favorite/test$ git clone https://android.googlesource.com/kernel/exynos.git
Cloning into 'exynos'...
fatal: unable to access 'https://android.googlesource.com/kernel/exynos.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
2. Re-try with no SSL verify option
chlrbgh0@Mulder:/T1/favorite/test$ GIT_SSL_NO_VERIFY=true git clone https://android.googlesource.com/kernel/exynos.git
Cloning into 'exynos'...
remote: Sending approximately 673.78 MiB ...
remote: Counting objects: 9, done
remote: Finding sources: 100% (9/9)
728x90
반응형
댓글