Seems the problem is reported in the mailing list.
Does this help?
git config --global --unset http.proxy
Related Contents:
- How can I reset or revert a file to a specific revision?
- Difference between “git add -A” and “git add .”
- How to revert a merge commit that’s already pushed to remote branch?
- Can I specify multiple users for myself in .gitconfig?
- Remove tracking branches no longer on remote
- How to remove selected commit log entries from a Git repository while keeping their changes?
- What is the difference between merge –squash and rebase?
- Git Push Error: insufficient permission for adding an object to repository database
- Download single files from GitHub
- How can I know if a branch has been already merged into master?
- How does origin/HEAD get set?
- Using git, how do I ignore a file in one branch but have it committed in another branch?
- How do you stash an untracked file?
- Using Git, show all commits that are in one branch, but not the other(s)
- Git Push ERROR: Repository not found
- Find when a file was deleted in Git
- How to get the changes on a branch in Git
- Git branching: master vs. origin/master vs. remotes/origin/master
- Is there a way to make git pull automatically update submodules?
- How to export revision history from mercurial or git to cvs?
- Git push to checkout?
- GitLab remote: HTTP Basic: Access denied and fatal Authentication
- How do I rename a Git repository?
- How can I stage and commit all files, including newly added files, using a single command?
- What are the differences between local branch, local tracking branch, remote branch and remote tracking branch?
- git – skipping specific commits when merging
- How to link to specific line number on github
- git: Your branch is ahead by X commits
- Automatic prune with Git fetch or pull
- Git error when trying to push — pre-receive hook declined
- What are some examples of commonly used practices for naming git branches? [closed]
- Remove directory from remote repository after adding them to .gitignore
- Are there any downsides to enabling git rerere?
- Git: cannot checkout branch – error: pathspec ‘…’ did not match any file(s) known to git
- How to add a local repo and treat it as a remote repo
- Git Blame Commit Statistics
- Merge changes from remote github repository to your local repository
- Using GIT_SSH_COMMAND in Git for Windows
- Msysgit bash is horrendously slow in Windows 7
- Upgrading git from the source repository in Ubuntu
- Git checkout: updating paths is incompatible with switching branches
- Unlink of file Failed. Should I try again?
- Exclude a directory from git diff
- Git push error: “origin does not appear to be a git repository”
- Git submodule to track remote branch
- Pull all commits from a branch, push specified commits to another
- View differences of branches with meld?
- warning: remote HEAD refers to nonexistent ref, unable to checkout
- Is it possible to set a git commit to have a timestamp prior to 1970?
- How to Prevent Garbage Collection in GIT?