Index: scripts/Download
===================================================================
--- scripts/Download	(revision 40824)
+++ scripts/Download	(working copy)
@@ -697,7 +697,7 @@
 				url="${protocol#git+}://$url"
 
 				module="${url##*/}"
-				cmdline="git clone $url $module"
+				cmdline="git clone $git_options $url $module"
 				options="${options#* }"
 				[ -n $options ] && cmdpp="(cd $module; git checkout $options)"
 				;;
@@ -773,13 +773,12 @@
 	esac
 	return $curlret
 }
-
 list_dtags() {
 	{
 		grep -H '^\[D\] ' package/*/*/*.desc
 		grep -H '^\[D\] ' {architecture,target}/*/package/*/*.desc
 		grep -H '^[X0-9]' target/*/download.txt | sed 's,:,:[D] ,'
-	} | column_clean
+	} 2> /dev/null | column_clean
 }
 
 list_cksums() {
@@ -936,6 +935,7 @@
 		proxyauth="`cat download/Proxy-auth`"
 		if [ "$proxyauth" ]; then
 			curl_options="$curl_options --proxy-user $proxyauth"
+			git_options="-c http.proxy=http://$proxyauth@$proxy"
 		else
 			echo "INFO: No proxy-auth information ..., removing download/Proxy-auth."
 			rm download/Proxy-auth
