kemayo / sublime-text-git

Plugin for some git integration into sublime text
MIT License
2.83k stars 391 forks source link

This package does not get listed in list of packages in Sublime version 3 #569

Open suryapandian opened 4 years ago

suryapandian commented 4 years ago

I would like to install this package in my sublime. However, this is not getting listed.

Screenshot 2020-04-24 at 7 18 19 PM
MPvHarmelen commented 4 years ago

This is a problem with your setup: this package is listed correctly on package control.

Did you tinker with the channels setting of Package Control? Make sure the default channel is there (in your user settings if it overrides the channels setting):

    "channels": [
        "https://packagecontrol.io/channel_v3.json"
    ],