比特桶git“;无法访问404“;

比特桶git“;无法访问404“;,git,proxy,bitbucket,pull,Git,Proxy,Bitbucket,Pull,我正在尝试使用git从BitBucket获取最新提交,但git bash将显示下一个文本: 致命:无法访问“”:连接后从代理收到HTTP代码404 我输入以下命令: $ git pull origin develop 此错误在IP位桶更新后出现。 请帮帮我。我不能工作,因为这个错误总是出现 更新: git config-l 我已经解决了这个问题。我在git全局设置中删除http.proxy。URL正确吗?你有适当的权限吗?@Dyno是的,url绝对正确。我知道,因为我是所有者。git conf

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

致命:无法访问“”:连接后从代理收到HTTP代码404

我输入以下命令:

$ git pull origin develop
此错误在IP位桶更新后出现。 请帮帮我。我不能工作,因为这个错误总是出现

更新:

git config-l


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

URL正确吗?你有适当的权限吗?@Dyno是的,url绝对正确。我知道,因为我是所有者。
git config-l
的输出是什么?请将其格式化为代码,并将其编辑到问题本身中。这很难读。你为什么要通过google.com:80代理?
    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