ubuntu20.04 安裝 Git LFS
一、Git LFS
version oid sha256:5b62e134d2478ae0bbded57f6be8f048d8d916cb876f0656a8a6d1363716d999 size 285
二、Git LFS的安裝
curl -s | sudo bash
sudo apt-get install git-lfs
git lfs env --Display the Git LFS environment.
Error: Failed to call git rev-parse --git-dir: exit status 128
git init //解決上述問題:Error: Failed to call git rev-parse --git-dir: exit status 128 git lfs install --Install Git LFS configuration.
git lfs env
三、使用Git LFS
git clone git lfs clone
git pull git lfs pull
$ git lfs track "*.ogg" Tracking *.ogg --View or add Git LFS paths to Git attributes.
git lfs track "*.ogg" git add . //git add .gitattributes git commmit -m "log" git push
git lfs track
總結
git lfs track "*.iso" git add .gitattributes git add file.iso git commit -m "Add disk image" git push
EXAMPLES To get started with Git LFS, the following commands can be used. 1. Setup Git LFS on your system. You only have to do this once per repository per machine: git lfs install 2. Choose the type of files you want to track, for examples all ISO images, with git-lfs-track(1): git lfs track "*.iso" 3. The above stores this information in gitattributes(5) files, so that file need to be added to the repository: git add .gitattributes 4. Commit, push and work with the files normally: git add file.iso git commit -m "Add disk image" git push
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70003733/viewspace-2907385/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【git】Ubuntu作業系統上安裝Git LFSGitUbuntu作業系統
- Git LFSGit
- 在lfs上安裝tcpdumpTCP
- Ubuntu20.04安裝RabbitMQUbuntuMQ
- lfs上安裝net-tools
- LFS (版本6.1.1) 安裝心得(轉)
- 在lfs上繼續安裝openssh
- ubuntu20.04安裝StarUML2Ubuntu
- Ubuntu20.04安裝搜狗輸入法Ubuntu
- 安裝GitGit
- Git安裝Git
- VirtualBox安裝Ubuntu20.04圖文教程Ubuntu
- wsl中ubuntu20.04下安裝google protobufUbuntuGo
- Ubuntu20.04安裝MySQL8主從UbuntuMySql
- 02 安裝git、安裝TortoiseGitGit
- Ubuntu20.04安裝unifi網路伺服器UbuntuNifi伺服器
- Git安裝 for windowsGitWindows
- CentOS安裝gitCentOSGit
- Git 安裝(window)Git
- git 安裝 nvmGit
- Ubuntu安裝gitUbuntuGit
- ubuntu20.04安裝教程超詳細 安裝ubuntu系統步驟圖解Ubuntu圖解
- Sourcetree(git GUI)安裝GitGUI
- Linux Git安裝LinuxGit
- 下載安裝gitGit
- Linux安裝gitLinuxGit
- git安裝及配置教程 windows windows上git的安裝和使用GitWindows
- Ubuntu20.04 安裝虛機管理器 virt-managerUbuntu
- Ubuntu20.04中 ORBSLAM3的安裝和測試UbuntuORBSLAM
- git(一):瞭解、學習、安裝gitGit
- 在CentOS上安裝GitCentOSGit
- Git — 從安裝到操作Git
- git Windows版本安裝教程GitWindows
- Linux-git安裝LinuxGit
- Linux下安裝GitLinuxGit
- centos6.5安裝gitCentOSGit
- Git server安裝和配置GitServer
- 線上git安裝與使用Git