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しなければいけなくなった時など用
Go to list of users who liked
More than 5 years have passed since last update.
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しなければいけなくなった時など用
Register as a new user and use Qiita more conveniently
Go to list of users who liked