BBB: Error message when cloning PRU Cookbook

When I try to clone the cookbook I get:

root@beaglebone:~# git clone BeagleBoard.org / pru-cookbook-code · GitLab
Cloning into ‘pru-cookbook-code’…
fatal: unable to access ‘BeagleBoard.org / pru-cookbook-code · GitLab’: server certificate verification failed. CAfile: none CRLfile: none

When i search for this error I see a lot of answers. I tried

apt update
apt upgrade
apt-get install --reinstall ca-certificates
 update-ca-certificates

and
 apt update ;  apt-get install apt-transport-https ca-certificates -y ;  update-ca-certificates

but neither has worked. Any ideas? Has anyone else run into this?

Have a Blessed day!
Don

Sorry,
I am running
BeagleBoard.org Debian Buster IoT Image 2020-04-06
from the SD card.
Have a Blessed day!
Don

I can clone the cookbook to my laptop running Ubuntu so this version of Debian has a certification problem.

Have a Blessed day!
Don

@DonTrustee you can get an updated Buster image from here: Debian 10.x (Buster) - Monthly Snapshots

Regards,