-
|
I'm trying to use LFS to store some data in-repo, but I need to be able push data between machines on the same network. This doesn't seem to work - git (on my mac) looks for 'git-lfs-authenticate', doesn't find it on the raspberry pi, and dies. Both mac and pi are on git lfs 3.5.1. Git on the mac is 2.45.2, pi is 2.39.2. git lfs env on the mac: trying to clone: (log attached) I also tried ssh:// (Vs. git+ssh) and just giving the pi's address directly, no difference. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
I cargo installed I do seem able to push from the pi to the Macbook, although it's going quite slowly (~ 1 MB/s when they're connected via gigabit ethernet). |
Beta Was this translation helpful? Give feedback.
-
|
Ok, (perhaps obviously) So the answer is:
|
Beta Was this translation helpful? Give feedback.
Ok, (perhaps obviously)
git-lfs-transferneeds to be available when git logs in, and by default it seem like my cargo stuff isn't available. I moved it to /usr/local/bin and its working ok now.So the answer is:
git-lfs-transferis available on the remote machine, and thatssh remote git-lfs-transferworks, otherwise lfs will silently fall back to git-lfs-authenticate.