bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
455 stars 98 forks source link

Does not work in ST3 on Windows #48

Closed nifr closed 10 years ago

nifr commented 11 years ago

ST3 3.0.46-x64 on Windows 7 x64

I have a fresh install of ST3 with no other plugins installed.

cd <sublime>/Data/Packages git clone -b ST3 https://github.com/bgreenlee/sublime-github.git

entered token in User <sublime>/Data/Packages/User/GitHub.sublime-settings and restarted SublimeText 3.

Now trying to save a public Gist i get this console output:

console Traceback (most recent call last): File "C:\Users\nifr\bin\sublime-text\3.0.46-x64\sublime_plugin.py", line 382, in run_ return self.run(edit) File "C:\Users\nifr\bin\sublime-text\3.0.46-x64\Data\Packages\sublime-github\sublime_github.py", line 266, in run super(GistFromSelectionCommand, self).run(edit) File "C:\Users\nifr\bin\sublime-text\3.0.46-x64\Data\Packages\sublime-github\sublime_github.py", line 66, in run proxies=self.proxies, force_curl=self.force_curl) File "C:\Users\nifr\bin\sublime-text\3.0.46-x64\Data\Packages\sublime-github\github.py", line 60, in __init__ force_curl=force_curl) File "C:\Users\nifr\bin\sublime-text\3.0.46-x64\Data\Packages\sublime-github\sublime_requests.py", line 142, in session raise Exception("no curl!") Exception: no curl!

Cygwin's bin folder containing curl.exe is inside my PATH variable.

bgreenlee commented 11 years ago

Could you try again using the master branch?

bgreenlee commented 10 years ago

Just tested, and seems to be working fine.