git cloneができない、以下のエラーが出た:
Failed to connect to github.com port 443: 接続がタイムアウトしました
コマンドでプロキシ修正すればできた
git config --global http.proxy http://xxx.xxx.xxx.xxx:aaaa
xxx.xxx.xxx.xxx→ アドレス
aaa → ポート名
Go to list of users who liked
More than 1 year has passed since last update.
git cloneができない、以下のエラーが出た:
Failed to connect to github.com port 443: 接続がタイムアウトしました
コマンドでプロキシ修正すればできた
git config --global http.proxy http://xxx.xxx.xxx.xxx:aaaa
xxx.xxx.xxx.xxx→ アドレス
aaa → ポート名
Register as a new user and use Qiita more conveniently
Go to list of users who liked