Closed developerX closed 11 years ago
Preferences
/ Package Settings
/ Gist
/ Settings - User
"token": "8a20d92a72f72b820a9158b27219bc393835c6929",
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.
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?
@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
Packages
\ User
\ Gist.sublime-settings
Packages
\ Gist
Install plugin
Preferences
--> Package Settings
--> Gist
--> Settings - User
. Empty file will be opened.Insert token configuration in empty Gist Settings - User file:
{ // Your GitHub API token // see: https://github.com/condemil/Gist#generating-access-token "token": "" }
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.
Thanx @condemil , it worked this time.
I just uninstall, & re-install it & it worked.
@condemil Awesome its working now :)
Thanks for the help :+1:
You are welcome!
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?
Hi I followed this procedure and its still not working for me. @condemil could you please guide me. I'm a newbie to this.
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?