Introduction

こんな感じのエラーがでました。

1
2
LFS: Put https://hogehoge:12345/test/sample.git/gitlab-lfs/objects/e14f763270cf193d0b5f74b169f44157a4b0c6efa708f4dd0ff78ee691763bcb/1999639040: read tcp [240b:251:2640:1600:a92c:da86:91c8:8cc5]:45540->[240b:251:2640:1600:211:32ff:fe6d:4a4b]:61792: i/o timeout
error: failed to push some refs to 'https://hogehoge:12345/test/sample.git'

How to resolve?

タイムアウト値の延長またはタイムアウトを無効にします。
ユーザー全体なら –global をつけます。

無効

1
> git config lfs.activitytimeout 0

X 秒に延長

数字の単位は秒。下記は30秒。

1
> git config lfs.activitytimeout 30