Can't sync git using jupyter script

Hi, I’m using Windows 10 with WSL and Debian installed. I install git on debian. Create certs with mkcerts as indicated on this link Create Locally Trusted SSL Certificates with mkcert on Debian - TechViewLeo
The diference is that I put the certs on /etc/ssl/certs, because using Apache instead of Ngnix.

But, still the message
fatal: unable to access ‘GitHub - newaetech/chipwhisperer: ChipWhisperer - the complete open-source toolchain for side-channel power analysis and glitching attacks’: server certificate verification failed. CAfile: none CRLfile: none

Please advice,

Have you tried our Windows installation instructions here: Windows Installation — ChipWhisperer 5.7.0 documentation

Hi, thanks for your response.
Yes, I follow the Windows Installation, but the errors was some thing like ‘git not found’ so then install the Debian and git with apt command. So, git could run but know I have problem with the certs.

Please advice,
Thanks,

Did you install git as specified here?

Nop, let me try with the actual Python & Git bash in use…
Thanks,

I don have this:
avr-gcc --version # verify avrgcc
arm-none-eabi-gcc --version # verify arm-none-eabi-gcc

I can install this:
Releases · avrdudes/avrdude (github.com)
an this
Arm GNU Toolchain

Thanks,

Again, instructions for recommended compilers are here.

Oh sure but don’t mention how to install avr-gcc and arm-none-eabi-gcc.
I don’t have installed
:slight_smile:

There are links there which point you to external websites, follow the instructions there to install.

Ok sorry your right, I see… the same links I found :slight_smile:
Thanks