Skip to content

Instantly share code, notes, and snippets.

@dvgamerr
Last active May 10, 2018 10:53
Show Gist options
  • Save dvgamerr/731492726f9898140b207b7892075308 to your computer and use it in GitHub Desktop.
Save dvgamerr/731492726f9898140b207b7892075308 to your computer and use it in GitHub Desktop.
sublime text 3 build 3170, 3164

Mac|Linux nano /etc/hosts

and paste this line at very bottom of file, save and exit

127.0.0.1 license.sublimehq.com

Fixed: flush/clear First, flush/clear DNS cache (e.g. sudo systemd-resolve --flush-caches for systemd-resolved). Second, restart your computer.

Windows c:\windows\system32\drivers\etc\hosts

Run command in cmd with administrator

echo. >> C:\WINDOWS\system32\drivers\etc\hosts
echo 127.0.0.1 license.sublimehq.com >> C:\WINDOWS\system32\drivers\etc\hosts

Register License

—– BEGIN LICENSE —–
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
2FE898C4 8E4277A8 555CE714 E1FB0E43
D5D52613 C3D12E98 BC49967F 7652EED2
9D2D2E61 67610860 6D338B72 5CF95C69
E36B85CC 84991F19 7575D828 470A92AB
—— END LICENSE ——
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment