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
{{ message }}
This repository was archived by the owner on Sep 22, 2022. It is now read-only.
The agent more of less works on mac. I had to write directly to .git/config. But on linux it has a problem of hard link as the lfs objects are first downloaded to /tmp.
In this line dlFile, err := ioutil.TempFile("", "rsync-agent") the function returns the file in /tmp directory. The agent should honor lfs TempDir variable as given by git lfs env.