Unable to connect to proxy, git

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








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










share|improve this question





















  • 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










  • 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














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










share|improve this question





















  • 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










  • 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












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










share|improve this question













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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 31 at 6:21









Sahil

187




187











  • 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










  • 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











  • 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















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










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.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    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






























    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.






    share|improve this answer
























      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.






      share|improve this answer






















        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.






        share|improve this answer












        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 31 at 6:41









        Sahil

        187




        187



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            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













































































            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491