mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Revert "initialized git repo should use the set http_proxy"
This reverts commit 5af576ff7f
.
See discussion on https://github.com/NixOS/nixpkgs/commit/5af576f
This commit is contained in:
parent
83221f3886
commit
f8a833cfb1
@ -83,7 +83,6 @@ init_remote(){
|
||||
local url=$1
|
||||
git init
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user