[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

githubとproxyに関するhiroomiのブックマーク (1)

  • gitプロトコルをhttps proxy経由で使う - takashabeのブログ

    何故かオフィスとgithub.com間の通信速度が激遅だったのでproxyを介すようにした。 corkscrew を使用してgitプロトコルのままproxyを通すことも出来るらしいが、手元の環境だと上手くいかなかったので、進捗あればまた書きます(願望)。 https proxyを設定する httpsのproxyを追加する ※ ここでproxy.localはproxyサーバのアドレス、3128はproxyサーバのポートを指定する $ git config --global https.proxy http://proxy.local:3128 確認する git config --list === https.proxy=https://proxy.local:3128 === ここまででhttpsスキームでの通信はproxy経由で行われるようになる。 git@github.com:〜の通信で

    gitプロトコルをhttps proxy経由で使う - takashabeのブログ
  • 1