Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8242201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T21:05:12+00:00 2026-06-07T21:05:12+00:00

I was trying to figure this git thing out and at one moment I

  • 0

I was trying to figure this git thing out and at one moment I messed with the http.proxy variable. Right now it’s just nonsense, ‘asdf’ so pushing doesn’t work. I don’t know what the proxy setting was before (I don’t even know what proxy server is). Any way to set http.proxy to the correct value?

Right now the error is: “Couldn’t resolve proxy ‘asdf’ while accessing … fatal: HTTP request failed.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T21:05:14+00:00Added an answer on June 7, 2026 at 9:05 pm

    You added an entry to your git config file by mistake. You can manipulate the both the global and per-repository config files using git config.

    To find out if you added the proxy entry to the global or local config files run this from the console:

    git config -l --global | grep http  # this will print the line if it is in the global file
    git config -l | grep http # this will print the line if it is in the repo config file
    

    Then to remove all the http.proxy entries from either the global or the local file run this:

    git config --global --unset-all http.proxy # to remove it from the global config
    git config --unset-all http.proxy  # to remove it from the local repo config file
    

    I hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been trying to figure this one out by reading the git-svn man-page but
I've been trying to figure this out now for a few hours and its
I've been trying to figure this one out for a bit using patterns or
I am trying to figure out a git workflow. At the moment we have
I am new to Git and trying to figure this out. I have cloned
I am trying to figure out the right workflow for this situation: On the
I have been trying to figure this one out but I am having a
Trying to figure this out... I'm trying to accessthe top level of the dom
Been trying to figure this out, but can't come up with a good solution
Still trying to figure this out from yesterday. I am trying to scroll an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.