我客户端使用TortoiseGit,整个提交包含两个大文件,一个13.4MB,一个4.8MB. (不知道是不是大文件造成的). PUSH后,出现了错误,网页打开指定版本库出现500错误. 不过稍过段时间后,可以打开。查看提交历史没有对应的记录。
Gogs版本: 0.6.16.1023 Beta.
下面是TortoiseGit日志. gogs服务端gogs/log/gogs.log目录下的没找到此次错误的日志...
git.exe push --progress "origin" master:master
Counting objects: 13, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (12/12), done.
Writing objects: 100% (13/13), 18.28 MiB | 234.00 KiB/s, done.
Total 13 (delta 4), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: RPC failed; result=22, HTTP code = 500
Everything up-to-date