我正在尝试将某些更改推送到我的git repo。但是,它给出了以下错误:
fatal: unable to access 'https://[myusername]@bitbucket.org/[myorganisation]/[myrepo].git/': Operation timed out after 0 milliseconds with 0 out of 0 bytes received
我正在使用的命令是:
git push origin master
pull命令给出了同样的错误。直到最近,这一切都很好。而且,我能够成功地在同一个组织中对我的其他仓库执行相同的操作。
如果有人能帮助我了解正在发生的事情,那将会非常有帮助。
更新:我联系了BItbucket Tech支持。他们说我的网络存在问题。我正在使用Ubuntu Trusty,我的网络功能正常。似乎这个问题与某种防火墙有某种关系。