API cmdline have: http_proxy=
http://proxy.my.ru:3128In log i have: Fetching git revision master failed
I try in debug mode:
/$ sudo bash
/# git --git-dir "/live/image/live/filesystem.git " fetch --depth=1 --quiet origin master
... timeout error
/# export http_proxy=
http://proxy.my.ru:3128/# curl
www.google.comOK
/# git --git-dir "/live/image/live/filesystem.git " fetch --depth=1 --quiet origin master
... timeout error
/# git config --global http.proxy $http_proxy
/# git --git-dir "/live/image/live/filesystem.git " fetch --depth=1 --quiet origin master
/#
OK
Should I add the line "git config --global http.proxy $http_proxy" in "/etc/webc/wireless"?