Skip to content

Instantly share code, notes, and snippets.

View mirinzhang's full-sized avatar
🎯
Focusing

mirinzhang mirinzhang

🎯
Focusing
View GitHub Profile
@mirinzhang
mirinzhang / git-ssh-error-fix.sh
Created January 20, 2024 08:31 — forked from Tamal/git-ssh-error-fix.sh
Solution for 'ssh: connect to host github.com port 22: Connection timed out' error
$ git clone git@github.com:xxxxx/xxxx.git my-awesome-proj
Cloning into 'my-awesome-proj'...
ssh: connect to host github.com port 22: Connection timed out
fatal: Could not read from remote repository.
$ # This should also timeout
$ ssh -T git@github.com
ssh: connect to host github.com port 22: Connection timed out
$ # but this might work
@mirinzhang
mirinzhang / LICENCE SUBLIME TEXT
Created June 26, 2018 06:15
Sublime Text 3 Serial key build is 3176
## Sublime Text 3 Serial key build is 3176
> * Added these lines into /etc/hosts
127.0.0.1 www.sublimetext.com
127.0.0.1 license.sublimehq.com
> * Used the license key
----- BEGIN LICENSE -----
@mirinzhang
mirinzhang / Sublime Text Licence Key Build 3156
Created February 5, 2018 08:45 — forked from whour/Sublime Text Licence Key Build 3156
Sublime Text Dev Build 3156 Serial Key
----- BEGIN LICENSE -----
eldon
Single User License
EA7E-1122628
C0360740 20724B8A 30420C09 6D7E046F
3F5D5FBB 17EF95DA 2BA7BB27 CCB14947
27A316BE 8BCF4BC0 252FB8FF FD97DF71
B11A1DA9 F7119CA0 31984BB9 7D71700C
2C728BF8 B952E5F5 B941FF64 6D7979DA
B8EB32F8 8D415F8E F16FE657 A35381CC

Homebrew Permissions Denied Issues Solution

Installing and fixing node.JS


brew install node