Skip to content

autovia/git-lfs-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-lfs-transfer

git-lfs-transfer is the server-side implementation of Git LFS using the SSH protocol.

git-lfs-transfer <git-dir> <operation>

Invoked by Git LFS client and updates the repository with the blob files from the remote end.

The command is usually not invoked directly by the end user. The UI for the GIT LFS SSH protocol is on the client side, and the program pair is meant to be used to push/pull updates to remote repository.

Getting Started

Installing

From release

  • Download the latest version from releases
  • On Linux copy the bin/git-lfs-transfer binary to usr/local/bin

From source

  • Ensure you have the latest version of Go, SSH server and Git installed.
  • Clone the repository
  • Run make build
  • On Linux copy the bin/git-lfs-transfer binary to usr/local/bin

License

MIT