Dear experts, I'm trying to upload a demo video under cfn/computing-native repo. The demo video is about 25MB. It seems like I've successfully done "git add" and "git commit", but unable to get feedback from server when doing "git review". The following figure shows the situation. May I ask for help or instructions on this? Best, Qihui --------------------------------------- 赵奇慧 中国移动通信研究院 网络所 手机:13810659120 邮箱:zhaoqihui@chinamobile.com
in general you should not add videso to a git repo and especially not to one maged by gerrit as binary artifact are not tracked well in git natively. git review has a -v or --verbose option you can add for more output but my guess is the gerrit instance is configured to block large file uploads. 25MB for git is large and that likely the problem i would suggest uploading the video to YouTube or another publicly ascribable location and reference it in docs or presentations instead. On 24/10/2025 11:03, 赵奇慧 wrote:
Dear experts,
I'm trying to upload a demo video under cfn/computing-native repo. The demo video is about 25MB. It seems like I've successfully done "git add" and "git commit", but unable to get feedback from server when doing "git review". The following figure shows the situation. May I ask for help or instructions on this?
Best, Qihui --------------------------------------- 赵奇慧 中国移动通信研究院 网络所 手机:13810659120 邮箱:zhaoqihui@chinamobile.com
On Sat, 25 Oct 2025 at 01:03, 赵奇慧 <zhaoqihui@chinamobile.com> wrote:
Dear experts,
I'm trying to upload a demo video under cfn/computing-native repo. The demo video is about 25MB. It seems like I've successfully done "git add" and "git commit", but unable to get feedback from server when doing "git review". The following figure shows the situation. May I ask for help or instructions on this?
Hello Qihui, As Sean has replied, binary objects are not handled super well with gerrit. Having said that git review should definitely do more than your screenshots show. Can you please reply with the output from the following commands. * git review --version * git remote -v * git review -v That will help us diagnose the issue. Yours Tony.
participants (3)
-
Sean Mooney
-
Tony Breeds
-
赵奇慧