gpt4 book ai didi

git - 推送到 Git 存储库时的 i/o 超时

转载 作者:行者123 更新时间:2023-12-04 17:31:46 24 4
gpt4 key购买 nike

我正在使用 Git 的 Sourcetree 客户端。

当我尝试推送我的最新提交时,出现此错误:

Pushing to https://github.com/<my project>.git
Uploading LFS objects: 0% (0/2), 1.0 GB | 23 MB/s, done
LFS: Put https://github-cloud.s3.amazonaws.com/alambic/media/236885180/82/06/8206f95c5f11de61a3cb31e8a9047de62a43c832ad3aa569ee16386b01ed53d6?actor_id=37049664: read tcp <ip>->52.216.25.116:443: i/o timeout
LFS: Put https://github-cloud.s3.amazonaws.com/alambic/media/236885180/00/99/0099579d1f280c937c1aa2a5b63d41b35df2f149d5c652f2619dadc60cbb9553?actor_id=37049664: read tcp <ip>->52.216.25.116:443: i/o timeout

error: failed to push some refs to 'https://github.com/<my project>.git'
Completed with errors, see above.

最佳答案

解决方案是更改 dialtimeout 和 activitytimeout lfs 值,我将它们更改为非常高的值 (3600)。
编辑:
我用来更改值的命令是:

git config lfs.dialtimeout 3600
git config lfs.activitytimeout 3600
3600 是我使用的值,您显然应该使用适合您需求的值。

关于git - 推送到 Git 存储库时的 i/o 超时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58961697/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com