比特桶 git "unable to access 404"

Bitbucket git "unable to access 404"

我正在尝试使用 git 从 BitBucket 获取最新提交,但是 git bash 显示下一个文本:

fatal: unable to access 'https://myname@bitbucket.org/myname/project.git/': Received HTTP code 404 from proxy after CONNECT

我输入以下命令:

$ git pull origin develop

IP Bitbucket更新后出现此错误。 请帮我。我无法工作,因为这个错误总是出现。

已更新:

git config -l

    core.symlinks=false
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
diff.astextplain.textconv=astextplain
rebase.autosquash=true
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
http.sslbackend=openssl
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
credential.helper=manager
core.autocrlf=true
core.excludesfile=C:\Users\MyName\Documents\gitignore_global.txt
http.proxy=http://www.google.com:80
core.repositoryformatversion=0
core.filemode=false
:...skipping...
core.symlinks=false
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
diff.astextplain.textconv=astextplain
rebase.autosquash=true
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
http.sslbackend=openssl
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
credential.helper=manager
core.autocrlf=true
core.excludesfile=C:\Users\MyName\Documents\gitignore_global.txt
http.proxy=http://www.google.com:80
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
remote.origin.url=https://myname@bitbucket.org/myname/project.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master

我已经解决了这个问题。我在 git 全局设置中删除了 http.proxy。