[Qgis-developer] Re: Please add git http method instructions for
proxy...
marco bra
marcobra.ubuntu at gmail.com
Tue Jun 28 06:55:02 EDT 2011
2011/6/27 marco bra <marcobra.ubuntu at gmail.com>:
> 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...
Then if i try to made
cd $HOME/src/Quantum-GIS
export http_proxy=http://127.0.0.1:3128
git pull
i get this
error: RPC failed; result=22, HTTP code = 417
so i try:
export http_proxy=http://127.0.0.1:3128
cd $HOME/src/Quantum-GIS
git pull http://github.com/qgis/Quantum-GIS.git master
i get
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (1/1), done.
remote: Total 5 (delta 4), reused 5 (delta 4)
Unpacking objects: 100% (5/5), done.
>From http://github.com/qgis/Quantum-GIS
* branch master -> FETCH_HEAD
Updating 6509df2..c769cdd
Fast-forward
src/mapserver/qgswmsserver.cpp | 33 ++++++---------------------------
1 files changed, 6 insertions(+), 27 deletions(-)
seems this is fine...
Hope this helps
Best regards
Marco
--
Linux Infinite Freedom
More information about the Qgis-developer
mailing list