问题是,突然 git 停止工作..我无法从 bitbucket 推送或提取代码,我也无法克隆 repos..
$ git pull origin master
error: Failed connect to bitbucket.org:443; Operation now in progress while accessing https://username@bitbucket.org/username/username.git/info/refs?service=git-upload-pack
fatal: HTTP request failed
$ git push origin master
error: Failed connect to bitbucket.org:443; Operation now in progress while accessing https://username@bitbucket.org/username/username.git/info/refs?service=git-receive-pack
fatal: HTTP request failed
但是,我可以从 github 克隆 repos
$ git clone https://github.com/rails/rails.git
Cloning into 'rails'...
remote: Counting objects: 374775, done.
remote: Compressing objects: 100% (100606/100606), done.
remote: Total 374775 (delta 288080), reused 356367 (delta 270840)
Receiving objects: 100% (374775/374775), 56.24 MiB | 4.47 MiB/s, done.
Resolving deltas: 100% (288080/288080), done.
iptables
$ sudo iptables -L -n
[sudo] password for user:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
我也运行了 sudo ufw disable ...
任何帮助深表感谢!