Unable to connect to proxy, git
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I set a system wide proxy for on my machine through network settings, the proxy was localhost:9191 (I was using Burpsuite). I now have disabled the said proxy. And when I tried to clone a git repository through git clone "url", it gives an error unable to connect to 127.0.0.1 port 9191
. But I disabled the proxy! can anyone help? I restarted the network-manager
but still dosen't seem to work. I tried changing the Port for the proxy as well, and even after changing the port to say 80, the error I get is still can't connect to localhost port 9191
networking proxy git
add a comment |Â
up vote
0
down vote
favorite
I set a system wide proxy for on my machine through network settings, the proxy was localhost:9191 (I was using Burpsuite). I now have disabled the said proxy. And when I tried to clone a git repository through git clone "url", it gives an error unable to connect to 127.0.0.1 port 9191
. But I disabled the proxy! can anyone help? I restarted the network-manager
but still dosen't seem to work. I tried changing the Port for the proxy as well, and even after changing the port to say 80, the error I get is still can't connect to localhost port 9191
networking proxy git
I tried using therequests
module from python to connect to an external server and the same error persists. However thewget
command seems to work fine.
â Sahil
Mar 31 at 6:26
How did you disable the proxy? Did you deconfigure the proxy options in yourgit
repositories/configurations, and your shell?
â Thomas Wardâ¦
Mar 31 at 6:28
I just went to network settings again, and there was disable radio button for the proxy, I checked it that's it. @ThomasWard
â Sahil
Mar 31 at 6:30
The problem only seems to be for my unprivileged account. The root is able to connect to the network just fine. I'll try and copy it's setting to my account.
â Sahil
Mar 31 at 6:33
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I set a system wide proxy for on my machine through network settings, the proxy was localhost:9191 (I was using Burpsuite). I now have disabled the said proxy. And when I tried to clone a git repository through git clone "url", it gives an error unable to connect to 127.0.0.1 port 9191
. But I disabled the proxy! can anyone help? I restarted the network-manager
but still dosen't seem to work. I tried changing the Port for the proxy as well, and even after changing the port to say 80, the error I get is still can't connect to localhost port 9191
networking proxy git
I set a system wide proxy for on my machine through network settings, the proxy was localhost:9191 (I was using Burpsuite). I now have disabled the said proxy. And when I tried to clone a git repository through git clone "url", it gives an error unable to connect to 127.0.0.1 port 9191
. But I disabled the proxy! can anyone help? I restarted the network-manager
but still dosen't seem to work. I tried changing the Port for the proxy as well, and even after changing the port to say 80, the error I get is still can't connect to localhost port 9191
networking proxy git
networking proxy git
asked Mar 31 at 6:21
![](https://i.stack.imgur.com/EAP8x.jpg?s=32&g=1)
![](https://i.stack.imgur.com/EAP8x.jpg?s=32&g=1)
Sahil
187
187
I tried using therequests
module from python to connect to an external server and the same error persists. However thewget
command seems to work fine.
â Sahil
Mar 31 at 6:26
How did you disable the proxy? Did you deconfigure the proxy options in yourgit
repositories/configurations, and your shell?
â Thomas Wardâ¦
Mar 31 at 6:28
I just went to network settings again, and there was disable radio button for the proxy, I checked it that's it. @ThomasWard
â Sahil
Mar 31 at 6:30
The problem only seems to be for my unprivileged account. The root is able to connect to the network just fine. I'll try and copy it's setting to my account.
â Sahil
Mar 31 at 6:33
add a comment |Â
I tried using therequests
module from python to connect to an external server and the same error persists. However thewget
command seems to work fine.
â Sahil
Mar 31 at 6:26
How did you disable the proxy? Did you deconfigure the proxy options in yourgit
repositories/configurations, and your shell?
â Thomas Wardâ¦
Mar 31 at 6:28
I just went to network settings again, and there was disable radio button for the proxy, I checked it that's it. @ThomasWard
â Sahil
Mar 31 at 6:30
The problem only seems to be for my unprivileged account. The root is able to connect to the network just fine. I'll try and copy it's setting to my account.
â Sahil
Mar 31 at 6:33
I tried using the
requests
module from python to connect to an external server and the same error persists. However the wget
command seems to work fine.â Sahil
Mar 31 at 6:26
I tried using the
requests
module from python to connect to an external server and the same error persists. However the wget
command seems to work fine.â Sahil
Mar 31 at 6:26
How did you disable the proxy? Did you deconfigure the proxy options in your
git
repositories/configurations, and your shell?â Thomas Wardâ¦
Mar 31 at 6:28
How did you disable the proxy? Did you deconfigure the proxy options in your
git
repositories/configurations, and your shell?â Thomas Wardâ¦
Mar 31 at 6:28
I just went to network settings again, and there was disable radio button for the proxy, I checked it that's it. @ThomasWard
â Sahil
Mar 31 at 6:30
I just went to network settings again, and there was disable radio button for the proxy, I checked it that's it. @ThomasWard
â Sahil
Mar 31 at 6:30
The problem only seems to be for my unprivileged account. The root is able to connect to the network just fine. I'll try and copy it's setting to my account.
â Sahil
Mar 31 at 6:33
The problem only seems to be for my unprivileged account. The root is able to connect to the network just fine. I'll try and copy it's setting to my account.
â Sahil
Mar 31 at 6:33
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
So I tried disabling the proxy through the GUI and that didn't work, so I decided to list my proxy settings through env | grep -i proxy
the output for the following was
HTTP_PROXY=localhost:9191
FTP_PROXY=localhost:9191
https_proxy=localhost:9191
.....
I tried the following command to empty those variables export HTTP_PROXY=
with all the variables done, the proxy settings are back to normal.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
So I tried disabling the proxy through the GUI and that didn't work, so I decided to list my proxy settings through env | grep -i proxy
the output for the following was
HTTP_PROXY=localhost:9191
FTP_PROXY=localhost:9191
https_proxy=localhost:9191
.....
I tried the following command to empty those variables export HTTP_PROXY=
with all the variables done, the proxy settings are back to normal.
add a comment |Â
up vote
0
down vote
accepted
So I tried disabling the proxy through the GUI and that didn't work, so I decided to list my proxy settings through env | grep -i proxy
the output for the following was
HTTP_PROXY=localhost:9191
FTP_PROXY=localhost:9191
https_proxy=localhost:9191
.....
I tried the following command to empty those variables export HTTP_PROXY=
with all the variables done, the proxy settings are back to normal.
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
So I tried disabling the proxy through the GUI and that didn't work, so I decided to list my proxy settings through env | grep -i proxy
the output for the following was
HTTP_PROXY=localhost:9191
FTP_PROXY=localhost:9191
https_proxy=localhost:9191
.....
I tried the following command to empty those variables export HTTP_PROXY=
with all the variables done, the proxy settings are back to normal.
So I tried disabling the proxy through the GUI and that didn't work, so I decided to list my proxy settings through env | grep -i proxy
the output for the following was
HTTP_PROXY=localhost:9191
FTP_PROXY=localhost:9191
https_proxy=localhost:9191
.....
I tried the following command to empty those variables export HTTP_PROXY=
with all the variables done, the proxy settings are back to normal.
answered Mar 31 at 6:41
![](https://i.stack.imgur.com/EAP8x.jpg?s=32&g=1)
![](https://i.stack.imgur.com/EAP8x.jpg?s=32&g=1)
Sahil
187
187
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020764%2funable-to-connect-to-proxy-git%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I tried using the
requests
module from python to connect to an external server and the same error persists. However thewget
command seems to work fine.â Sahil
Mar 31 at 6:26
How did you disable the proxy? Did you deconfigure the proxy options in your
git
repositories/configurations, and your shell?â Thomas Wardâ¦
Mar 31 at 6:28
I just went to network settings again, and there was disable radio button for the proxy, I checked it that's it. @ThomasWard
â Sahil
Mar 31 at 6:30
The problem only seems to be for my unprivileged account. The root is able to connect to the network just fine. I'll try and copy it's setting to my account.
â Sahil
Mar 31 at 6:33