为什么git push在"Operation timed out"失败?

Sim*_*mon 5 git git-push

MacMini $ git push origin master
Counting objects: 1916, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (1751/1751), done.
Read from remote host codebasehq.com: Operation timed out
fatal: The remote end hung up unexpectedly
error: pack-objects died of signal 13
error: pack-objects died with strange error
error: failed to push some refs to 'git@codebasehq.com:xx/xx/xx.git'
Run Code Online (Sandbox Code Playgroud)

ewa*_*all 6

当前的UTM防火墙如果错误地识别流中的恶意软件,打包数据或不安全命令的痕迹,就会混淆传出数据......并且这些错误警报经常发生.您的网络或目标端的此类安全设备可以解释为什么某些项目可以正常推升而其他项目正在放弃连接.

如果是这种情况,如果您为此连接使用不同的协议,则可以避免触发,例如ssh://或https://而不是git://.