You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implemented PAT workaround works well to avoid time out errors for large-size pushes.
However, ARCitect still runs into time outs if single files take very long to upload.
Deactivating the lfs activity timeout helped:
git config lfs.activitytimeout 0
I'd suggest to implement this in ARCitect as well.
The text was updated successfully, but these errors were encountered:
The implemented PAT workaround works well to avoid time out errors for large-size pushes.
However, ARCitect still runs into time outs if single files take very long to upload.
Deactivating the lfs activity timeout helped:
I'd suggest to implement this in ARCitect as well.
The text was updated successfully, but these errors were encountered: