简体   繁体   English

在AWS CodeCommit上上传代码时出错

[英]Error in uploading code on AWS CodeCommit

Actually I want to integrate AWS CodeCommit with AWS Elastic Beanstalk. 实际上,我想将AWS CodeCommit与AWS Elastic Beanstalk集成。 But I am stuck in code upload on AWS CodeCommit. 但是我被困在AWS CodeCommit上的代码上传中。 I have code of size 900 MB around. 我的代码大小约为900 MB。 I have no idea so much about it so I am attaching image containing my problem related to hang process after completing the code upload process successfully. 我对此一无所知,因此在成功完成代码上传过程后,我将附加包含与挂起过程有关的问题的图像。 Please see the image for that. 请参阅该图像。 Actually, I have setup this parameter to increase the buffer size with following command: 实际上,我已经使用以下命令设置了此参数以增加缓冲区大小:

git config --global http.postBuffer 157286400 git config --global http.postBuffer 157286400

Main Issue is how we upload code of bigger size approx size in GB on aws codeCommit successfully. 主要问题是我们如何在aws codeCommit上成功上传更大大小(以GB为单位)的代码。

But, after that I am facing this issue so please if you have any idea about that, please help me. 但是,在那之后,我面临这个问题,因此,如果您对此有任何想法,请帮助我。 Thanks in advance. 提前致谢。

This is the image containing my problem definition 这是包含我的问题定义的图像

Based on your information, it seems that you are under the limits of CodeCommit, which are listed here: https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html . 根据您的信息,您似乎受到了CodeCommit的限制,这些限制在此处列出: https ://docs.aws.amazon.com/codecommit/latest/userguide/limits.html。 I strongly suggest you to review them, just in case that you are falling in one of them. 我强烈建议您复查它们,以防万一您陷入其中之一。

Could you please provide more details about your git client, AWS region and try to run git push again with the GIT_CURL_VERBOSE=1 GIT_TRACE=1 options? 您能否提供有关您的git客户端,AWS地区的更多详细信息,并尝试使用GIT_CURL_VERBOSE = 1 GIT_TRACE = 1选项再次运行git push?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM