I have a Git CLI with version 2.0.5, and I recently used Heroku for deploying my project.
I want to install some package on Github using Git CLI but it doesn't work. When I want to clone some repository it says
fatal: unable to access 'https://github.com/numpy/numpy': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
but when I clone my Heroku project by typing heroku git:clone project
it worked and it prints text like a normal git clone
.
I thought cloning Heroku project and cloning Git repo is almost same (the way Heroku clone is almost same as Git clone). Why isn't this working when I try to clone from GitHub?