0

I am trying to install an opensource project(https://github.com/oppia/oppia-android) on my PC(windows 11), I have done all the three steps mentioned in this installation Guide https://github.com/oppia/oppia-android/wiki#installation, but I am getting this error(see image) when I try to run this command 'bash scripts/setup.sh' on git bash. What can I do to solve this issue?

enter image description here

1 Answers1

0

Try to execute this in git bash:

git config --global http.sslbackend schannel

check this link