I tried it here, and it worked OK for me. A search online found someone found it was their ISP causing the issue, supposedly. Check router?
What is strange is the web pages for the submodules should all have the same github site certificate and use TLS 1.3
EDIT: Just in case, try to update your certs, then reboot, or restart opensslgit, GnuTLS, and openssl version I useIt could also have been intermittent connectivity issues.
What is strange is the web pages for the submodules should all have the same github site certificate and use TLS 1.3
EDIT: Just in case, try to update your certs, then reboot, or restart openssl
Code:
sudo apt updatesudo apt install --only-upgrade ca-certificatessudo update-ca-certificates --verbose
Code:
breaker@ace:~/git/debugprobe$ git submodule status-a65b7c9a3e6502127fdb80eb288d8cbdf251a6f4 CMSIS_5-2dfdfc4ba4d8bb487c8ea6b5428d7d742ce162b8 freertos
Code:
breaker@ace:~/git$ git clone https://github.com/raspberrypi/debugprobeCloning into 'debugprobe'...remote: Enumerating objects: 514, done.remote: Counting objects: 100% (514/514), done.remote: Compressing objects: 100% (262/262), done.remote: Total 514 (delta 374), reused 300 (delta 247), pack-reused 0Receiving objects: 100% (514/514), 114.07 KiB | 663.00 KiB/s, done.Resolving deltas: 100% (374/374), done.breaker@ace:~/git$ cd debugprobebreaker@ace:~/git/debugprobe$ git submodule update --initSubmodule 'CMSIS_5' (https://github.com/ARM-software/CMSIS_5) registered for path 'CMSIS_5'Submodule 'freertos' (https://github.com/FreeRTOS/FreeRTOS-Kernel) registered for path 'freertos'Cloning into '/home/breaker/git/debugprobe/CMSIS_5'...Cloning into '/home/breaker/git/debugprobe/freertos'...Submodule path 'CMSIS_5': checked out 'a65b7c9a3e6502127fdb80eb288d8cbdf251a6f4'Submodule path 'freertos': checked out '2dfdfc4ba4d8bb487c8ea6b5428d7d742ce162b8'
Code:
breaker@ace:~/git/debugprobe$ git --versiongit version 2.35.8breaker@ace:~/git/debugprobe$ openssl versionOpenSSL 1.1.1w 11 Sep 2023breaker@ace:~/git/debugprobe$ gnutls-cli --versiongnutls-cli 3.8.4Copyright (C) 2000-2023 Free Software Foundation, and othersThis is free software. It is licensed for use, modification andredistribution under the terms of the GNU General Public License,version 3 or later <http://gnu.org/licenses/gpl.html>Please send bug reports to: <bugs@gnutls.org>
Statistics: Posted by breaker — Tue Apr 09, 2024 2:59 am