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
It would be helpful to be able to test this program from the command line. However, the scant documentation makes this a challenge.
Presumably, the git command-line client with the Git LFS extension invokes git-lfs-transfer with the path from lfs.url stored in .lfsconfig. So, if a git user types the following from the top-level directory of a git repo:
It would be helpful to be able to test this program from the command line. However, the scant documentation makes this a challenge.
Presumably, the git command-line client with the Git LFS extension invokes
git-lfs-transfer
with the path fromlfs.url
stored in.lfsconfig
. So, if a git user types the following from the top-level directory of a git repo:Then
.lfsconfig
will have at least the following:... which (I think) means the Git command-line client will issue a command something like the following when
fetch
ing an LFS file:When I type the above incantation, the response is:
And then the program appears to pause, awaiting input.
I would like to test upload and download. Is this possible? If so, how?
I am attempting to document two variations of this scenario: a bare git repo on a server, without a git server and without a Git LFS server.
Later I will move on to documenting the other scenarios, all of which involve a git server, and most of which involve a Git LFS server.
The text was updated successfully, but these errors were encountered: