我正在尝试使用 git push 将一些文件推送到服务器。我已将服务器配置为推送文件:
git remote set-url test ssh://user@location.com:2200/fullpath/
但我收到以下错误:
git send-pack: protocol error: bad band #50
fatal: The remote end hung up unexpectedly
似乎远程端出现了故障,但我找不到对此协议错误的任何引用。
有谁知道如何解决这个错误?或者我应该搜索哪些日志以更好地理解问题?