Last active
January 25, 2021 20:51
-
-
Save nick1m/0bb2e77f98666583a7f1 to your computer and use it in GitHub Desktop.
Sublime Text 3 There are no packages available for installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Сначала оказалось, что лежал сайт (в конце ответа лежит решение позволяющее обойти и эту проблему), | |
# проверяем https://packagecontrol.io/channel_v3.json, но и после возобновления проблема не ушла. | |
# Добавляем в настройки плагинов для пользователя (Preferences > Package Settings > Package Control > Settings - User) каналы: | |
"channels": | |
[ | |
"https://packagecontrol.io/channel_v3.json", | |
"https://web.archive.org/web/20160103232808/https://packagecontrol.io/channel_v3.json", | |
"https://gist.githubusercontent.com/nick1m/660ed046a096dae0b0ab/raw/e6e9e23a0bb48b44537f61025fbc359f8d586eb4/channel_v3.json" | |
], | |
# Мою проблему это решило. Видимо channel_v3.json выдаёт сейчас не то, что должен. Решение временное, | |
# т.к. скорее всего в ближайшее время починят и в вебархиве данные могут устареть. | |
# Актуальное обсуждение было здесь: https://github.com/wbond/package_control/issues/959 | |
# UPD: Копирую свежие данне за сегодняшний день (04.01.2016) на всякий случай. Если потребуется - сохраняйте и указывайте файл в каналах. | |
# Можно выбирать одну ссылку из перечисленных, не забываем про запятые. | |
# Copying recent data for today (04.01.2016), just in case. If you need to - and save the file to specify the channels. | |
# File contents "https://packagecontrol.io/channel_v3.json": | |
#https://gist.github.com/nick1m/660ed046a096dae0b0ab | |
#https://gist.githubusercontent.com/nick1m/660ed046a096dae0b0ab/raw/e6e9e23a0bb48b44537f61025fbc359f8d586eb4/channel_v3.json |
If you remove the time stamp from web.archive channel it would select the latest available. BTW, thanks for your help.
Спасибо! Заработало !
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you, working Windows 7))) i love you!!!