Closed nobleach closed 12 years ago
Do you have last version of plugin? Do you have internet connection when trying to add gist? I tried to reproduce this issue, but with no luck.
Yep. I am connected. I have the latest version. Maybe there is some sort of SSL blockage going on....
Maybe your antivirus or firewall software block Sublime Text 2 connection to internet? What operating system do you have?
I'm using Linux. It could be related to the difference in urllib
Sent from my iPhone
On Dec 29, 2011, at 10:04 AM, Dmitry Budaev reply@reply.github.com wrote:
Maybe your antivirus or firewall software block Sublime Text 2 connection to internet? What operating system do you have?
Reply to this email directly or view it on GitHub: https://github.com/condemil/Gist/issues/4#issuecomment-3302599
Python in Sublime Text 2 for Linux doesn't support ssl, so I use wget in linux now. You can update and try, I'm tested on Ubuntu 11.10 and now all seems good.
Now cURL is using for working with GitHub API in Linux.
I'm getting the following error: urllib2.URLError: <urlopen error unknown url type: https>