trouble getting wine from git through a proxy
trouble getting wine from git through a proxy
How can I get wine from git through a proxy server?
I tried the usual clone command but substituting http:// for git://,
set $http_proxy (per git man page) to the name of my proxy server and
got:
$ git clone http://source.winehq.org/git/wine.git wine
Initialized empty Git repository in /cygdrive/d/wine/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
Then I tried again with git-config --global http.proxy [name of
proxy], still didn't work.
Is the above command correct? Does git use some other way to set the
http proxy server? Is the wine git server not set up for http updates?
- d.
I tried the usual clone command but substituting http:// for git://,
set $http_proxy (per git man page) to the name of my proxy server and
got:
$ git clone http://source.winehq.org/git/wine.git wine
Initialized empty Git repository in /cygdrive/d/wine/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
Then I tried again with git-config --global http.proxy [name of
proxy], still didn't work.
Is the above command correct? Does git use some other way to set the
http proxy server? Is the wine git server not set up for http updates?
- d.
Re: trouble getting wine from git through a proxy
Works fine here. Check that you properly configured proxy:David Gerard wrote:How can I get wine from git through a proxy server?
I tried the usual clone command but substituting http:// for git://,
set $http_proxy (per git man page) to the name of my proxy server and
got:
$ git clone http://source.winehq.org/git/wine.git wine
Initialized empty Git repository in /cygdrive/d/wine/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
Then I tried again with git-config --global http.proxy [name of
proxy], still didn't work.
Is the above command correct? Does git use some other way to set the
http proxy server? Is the wine git server not set up for http updates?
- d.
1). Set environment variable for proxy server:
# export http_proxy <proxyserver>:<port number>
Eg.
# export http_proxy myproxy.com:80
Re: trouble getting wine from git through a proxy
It works here OK.David Gerard wrote:How can I get wine from git through a proxy server?
I tried the usual clone command but substituting http:// for git://,
set $http_proxy (per git man page) to the name of my proxy server
The only thing to note is that it doesn't work with:
http_proxy=http://host:port git clone http://source.winehq.org/git/wine.git wine
It only works with:
export http_proxy=http://host:port
git clone http://source.winehq.org/git/wine.git wine
Re: trouble getting wine from git through a proxy
David Gerard wrote:How can I get wine from git through a proxy server?
I tried the usual clone command but substituting http:// for git://,
set $http_proxy (per git man page) to the name of my proxy server and
got:
$ git clone http://source.winehq.org/git/wine.git wine
Initialized empty Git repository in /cygdrive/d/wine/.git/

trouble getting wine from git through a proxy
2008/6/4 Usurp <[email protected]>:
would get
- d.
Yes - I don't expect it to work, I was just curious as to how far it[Shocked] do you plan to to build wine on cygwin ??
would get

- d.
trouble getting wine from git through a proxy
2008/6/4 David Gerard <[email protected]>:
http://www.mail-archive.com/wine-devel@ ... 04375.html
"I got cygwin to compile wine to the point where wine-install tried to
run regedit on
winedefault.reg.
I should have been paying closer attention.
The good news is that the wine regedit.exe works like a charm. The
bad news is that
it overwrote my actual windows registry with the bunk values in winedefault.reg.
Not gonna be very easy to roll back.
So... WATCH OUT! That last step's a doozy."
- d.
2008/6/4 Usurp <[email protected]>:
[Shocked] do you plan to to build wine on cygwin ??
I must say, I found this warning quite amusing:Yes - I don't expect it to work, I was just curious as to how far it
would get![]()
http://www.mail-archive.com/wine-devel@ ... 04375.html
"I got cygwin to compile wine to the point where wine-install tried to
run regedit on
winedefault.reg.
I should have been paying closer attention.
The good news is that the wine regedit.exe works like a charm. The
bad news is that
it overwrote my actual windows registry with the bunk values in winedefault.reg.
Not gonna be very easy to roll back.
So... WATCH OUT! That last step's a doozy."
- d.
trouble getting wine from git through a proxy
On Wed, Jun 4, 2008 at 5:05 AM, David Gerard <[email protected]> wrote:
point before this and possibly back yourself out of any registry mess.
John
The good thing about this warning is you can make a system restore2008/6/4 David Gerard <[email protected]>:2008/6/4 Usurp <[email protected]>:[Shocked] do you plan to to build wine on cygwin ??I must say, I found this warning quite amusing:Yes - I don't expect it to work, I was just curious as to how far it
would get![]()
http://www.mail-archive.com/wine-devel@ ... 04375.html
"I got cygwin to compile wine to the point where wine-install tried to
run regedit on
winedefault.reg.
I should have been paying closer attention.
The good news is that the wine regedit.exe works like a charm. The
bad news is that
it overwrote my actual windows registry with the bunk values in winedefault.reg.
Not gonna be very easy to roll back.
So... WATCH OUT! That last step's a doozy."
point before this and possibly back yourself out of any registry mess.
John
trouble getting wine from git through a proxy
2008/6/4 John Drescher <[email protected]>:
- d.
On Wed, Jun 4, 2008 at 5:05 AM, David Gerard <[email protected]> wrote:
I must say, I found this warning quite amusing:
http://www.mail-archive.com/wine-devel@ ... 04375.html
The good news is that the wine regedit.exe works like a charm. The
bad news is that
it overwrote my actual windows registry with the bunk values in winedefault.reg.
Not gonna be very easy to roll back.
Or compile and install it in Cygwin as a non-administrator user, of course!The good thing about this warning is you can make a system restore
point before this and possibly back yourself out of any registry mess.
- d.