BEIKE blog

備忘録です

学校でgit pushする方法

概要

某大学ではsshでのgit pushが設定をしてないと出来ない。
学校が制限していない別のポートを使用する必要がある。

やり方

curl -s https://raw.githubusercontent.com/uhobeike/ssh_config_cit/master/config >> ~/.ssh/config

以上です。