I have a problem where I try to clone a repository and i'm getting the following error message:
fatal: curl_global_init failed
and this is what i'm trying to do:
$ git clone http://10.0.50.168:10000/WSW.git
it also happen when i'm trying to clone something from Github as well.
Full Output:
administrator@Hostname MINGW64 ~/Desktop/test
$ git clone http://10.0.50.168:10000/WSW.git
Cloning into 'WSW'...
fatal: curl_global_init failed
can someone know what might be the issue?