initialized git repo should use the set http_proxy
This commit is contained in:
parent
576092eec4
commit
5af576ff7f
@ -83,6 +83,7 @@ init_remote(){
|
|||||||
local url=$1
|
local url=$1
|
||||||
git init
|
git init
|
||||||
git remote add origin $url
|
git remote add origin $url
|
||||||
|
[ -n "$http_proxy" ] && git config http.proxy $http_proxy
|
||||||
}
|
}
|
||||||
|
|
||||||
# Return the reference of an hash if it exists on the remote repository.
|
# Return the reference of an hash if it exists on the remote repository.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user