Skip to content

Instantly share code, notes, and snippets.

View carlosvazquez's full-sized avatar
🚀
Hello Planet

Carlos Vazquez carlosvazquez

🚀
Hello Planet
View GitHub Profile
@carlosvazquez
carlosvazquez / git-ssh-error-fix.sh
Created August 16, 2024 19:30 — forked from Tamal/git-ssh-error-fix.sh
Solution for 'ssh: connect to host github.com port 22: Connection timed out' error
$ git clone [email protected]: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 [email protected]
ssh: connect to host github.com port 22: Connection timed out
$ # but this might work
@carlosvazquez
carlosvazquez / ruby_on_rails_deployment.md
Created May 2, 2020 22:44 — forked from zentetsukenz/ruby_on_rails_deployment.md
Deploy Ruby on Rails application with Docker Compose and Capistrano with ease

Docker

Files and Folders.

|
|\_ app
|...
|\_ docker
| |
@carlosvazquez
carlosvazquez / 1 Gist conventions
Created May 14, 2016 18:20 — forked from PavloBezpalov/1 Gist conventions
Deploy Rails 5.0.0.beta3 to VPS(Ubuntu 14.04.4 LTS). Nginx, Puma, Capistrano3, PostgreSQL, RVM.
<<APP>> change this variables