We are working behind proxy and I have set the git proxy by git config --global http.proxy http://xxxxx and make sure the git can work properly.
But when I am trying to use SPM to add the pakcages, it always show the "AN unknown error occured. unexpected return value from ssl handshake -9896(-1)".
Reproduce step:
- create the Mac app project
- File --> Add packages...
- Copy the "https://github.com/daltoniam/Starscream" into serach area
Also I have checked the developer forums and find this issue has been existed for long time, Is there any upate on this issue?
Thanks in advance.