LoginSignup
17
15

More than 5 years have passed since last update.

一時的にproxyを有効/無効にしてgit cloneする方法

Posted at

proxy通してgit clone

git clone <repository-url> -c http.proxy="http://xxxxx" -c https.proxy="http://xxxxx"

proxy外してgit clone

git clone <repository-url> -c http.proxy="" -c https.proxy=""

普段proxy通してないけど一時的にproxy環境下でgit cloneしなければいけなくなった時など用

17
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
17
15