我使用gitlab殼來管理git的連接,這裏是我的問題:gitlab殼 - >混帳推-u主產地 - >致命:遠程端掛機意外
$ git push -v -u origin master
Pushing to [email protected]:monProjet.git
fatal: The remote end hung up unexpectedly
# tail -f /var/log/auth.log
Mar 15 15:53:12 my-srv sshd[3133]: Accepted publickey for git from my-ip port 50790 ssh2
Mar 15 15:53:12 my-srv sshd[3133]: pam_unix(sshd:session): session opened for user git by (uid=0)
Mar 15 15:53:12 my-srv sshd[3285]: Received disconnect from my-ip: 11: disconnected by user
Mar 15 15:53:12 my-srv sshd[3133]: pam_unix(sshd:session): session closed for user git
那麼大家都說這是另一個錯?我怎樣才能獲得更多關於git/ssh網絡交換的信息?
'ssh -vT git @ git.my-srv.fr'? – adamdunson 2013-03-16 01:25:10
這裏是結果(這是太長時間tu複製它的評論)http://pastebin.com/TUsj8aSA – GammaNu 2013-03-19 10:25:21