SSHはgit pushのために中断されます。

SSHはgit pushのために中断されます。

リモートコンピュータにgitサーバーを設定しました。何の問題もなくssh経由で接続でき、git pullもできます。しかし、私はそれについてgit pushをすることはできません。 ssh を詳細出力に設定してコマンドを実行すると、次のような結果が表示されます。

debug2: channel 0: read<=0 rfd 4 len 0
debug2: channel 0: read failed
debug2: channel 0: chan_shutdown_read (i0 o0 sock -1 wfd 4 efd 6 [write])
debug2: channel 0: input open -> drain
debug2: channel 0: ibuf empty
debug2: channel 0: send eof
debug3: send packet: type 96
debug2: channel 0: input drain -> closed
debug3: send packet: type 80
debug3: receive packet: type 82
debug3: send packet: type 80
debug3: receive packet: type 82
debug3: send packet: type 80
debug3: receive packet: type 82
debug3: send packet: type 80
debug3: receive packet: type 82
[...]

追加情報:

問題なく他のサーバーにgit pushを行うことができます(gitlabを試しました)。

scpも非常にうまく動作します。約1秒で2MBファイルを完成させます。

私は会社のネットワークに接続されていません。

でも:

tracepathこれでMTUをチェックし、追跡パスで報告されている1460よりはるかに低い1280に減らそうとしましたが、問題は解決しません。

ベストアンサー1

おすすめ記事