condemil / gist

Sublime Text plugin for creating new Gists from selected text
MIT License
725 stars 136 forks source link

GIST fresh install into SLT2 and still greyed out #94

Closed developerX closed 11 years ago

developerX commented 11 years ago

Went through everything on your readme file and I have tried both ways in creating the token. Both ways gave me no luck at all how do I fix the problem?

condemil commented 11 years ago
  1. Generate token using this URL
  2. In Sublime Text go to Preferences / Package Settings / Gist / Settings - User
  3. Insert token, it will look like "token": "8a20d92a72f72b820a9158b27219bc393835c6929",
sohyl87 commented 11 years ago

Same problem here, I copied the access token to Browser > Packages > Gist > Gist.sublime-settings , & copied the file content to Preferences > Package Settings > Gist > Settings - User too.

Note : the Preferences > Package Settings > Gist > Settings - User file was empty by default.

developerX commented 11 years ago

So I followed your instructions and still no outcome. There is one thing I never entered my username or password so am I missing something?

condemil commented 11 years ago

@exleedo you don't need to change anything in Settings - Default file (located in Packages \ Gist \ Gist.sublime-settings). This file can be updated and it will erase your configuration. All Sublime Text plugin configurations must be in User folder (located in Packages \ User) that holds all user configuration in one place and will never be overwritten by Sublime Text or plugins update.

@mansoormb you don't need to enter your username and password, only token.

@exleedo & @mansoormb try to make everything from scratch:

Delete all plugin data

Install plugin

If you want to add other options, you can copy them from Settings - Default to Settings - User file. In other case default values will be used from Settings - Default file. This is the same way as main Sublime Text configuration is working.

sohyl87 commented 11 years ago

Thanx @condemil , it worked this time.

I just uninstall, & re-install it & it worked.

developerX commented 11 years ago

@condemil Awesome its working now :)

Thanks for the help :+1:

condemil commented 11 years ago

You are welcome!

pratik60 commented 11 years ago

Nope, it did not work. Followed exactly the instructions mentioned on #94 on someone else's laptop too (Ubuntu 13.04). Same error as on mine. Unknown Error - Report Bug.

Btw, also tried on a colleague's Mac, where it worked.

Can you test on Ubuntu?

adityadsr commented 9 years ago

Hi I followed this procedure and its still not working for me. @condemil could you please guide me. I'm a newbie to this.