[Qgis-developer] Please add git http method instructions for proxy...

2011-06-27 Thread marco bra
Hi all

Tim, i use git thru cntlm proxy and to get git working i must do

export http_proxy=http://127.0.0.1:3128
git clone http://github.com/qgis/Quantum-GIS.git

the git:// do not traverse the proxy...

export http_proxy=http://127.0.0.1:3128
git clone git://github.com/qgis/Quantum-GIS.git

Please put some row about this to help other users, into:

https://github.com/qgis/Quantum-GIS/blob/master/INSTALL

git section...

Thank you
best regards

Marco

-- 
Linux Infinite Freedom
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Please add git http method instructions for proxy...

2011-06-27 Thread Pirmin Kalberer
Hi Marco,

Am Montag, 27. Juni 2011, um 13.51:59 schrieb marco bra:
 Hi all
 
 Tim, i use git thru cntlm proxy and to get git working i must do
 
 export http_proxy=http://127.0.0.1:3128
 git clone http://github.com/qgis/Quantum-GIS.git
 
 the git:// do not traverse the proxy...
 
 export http_proxy=http://127.0.0.1:3128
 git clone git://github.com/qgis/Quantum-GIS.git
 
 Please put some row about this to help other users, into:
 
 https://github.com/qgis/Quantum-GIS/blob/master/INSTALL
 
 git section...
 

I've added a note in
http://www.qgis.org/wiki/Download#Source_Code

Regards
Pirmin

-- 
Pirmin Kalberer
Sourcepole  -  Linux  Open Source Solutions
http://www.sourcepole.com
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer