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
- Ubuntu20.04安裝RabbitMQUbuntuMQ
- ubuntu20.04安裝StarUML2Ubuntu
- VirtualBox安裝Ubuntu20.04圖文教程Ubuntu
- Ubuntu20.04安裝搜狗輸入法Ubuntu
- Ubuntu20.04安裝MySQL8主從UbuntuMySql
- wsl中ubuntu20.04下安裝google protobufUbuntuGo
- 安裝GitGit
- 02 安裝git、安裝TortoiseGitGit
- Ubuntu20.04安裝unifi網路伺服器UbuntuNifi伺服器
- Linux安裝gitLinuxGit
- git 安裝 nvmGit
- Ubuntu安裝gitUbuntuGit
- CentOS安裝gitCentOSGit
- Git安裝 for windowsGitWindows
- Git 安裝(window)Git
- pycharm2020.1在ubuntu20.04上的安裝操作PyCharmUbuntu
- 在Ubuntu20.04上安裝Kubernetes-Kubeadm和MinikubeUbuntu
- ubuntu20.04安裝教程超詳細 安裝ubuntu系統步驟圖解Ubuntu圖解
- GitLab 之 Git LFS 大檔案儲存的配置Gitlab
- 下載安裝gitGit
- Linux上安裝gitLinuxGit
- Sourcetree(git GUI)安裝GitGUI
- Linux下安裝GitLinuxGit
- Linux-git安裝LinuxGit
- Ubuntu20.04中 ORBSLAM3的安裝和測試UbuntuORBSLAM
- Ubuntu20.04 從原始碼編譯安裝 python3.10Ubuntu原始碼編譯Python
- Ubuntu20.04 安裝虛機管理器 virt-managerUbuntu
- git安裝及配置教程 windows windows上git的安裝和使用GitWindows
- 使用 Git-LFS + 一點技巧管理部落格圖片Git
- git(一):瞭解、學習、安裝gitGit
- Git的安裝及使用Git
- linux 安裝git服務LinuxGit
- Git — 從安裝到操作Git
- 在CentOS上安裝GitCentOSGit
- git Windows版本安裝教程GitWindows
- Win10系統怎樣安裝Git_win10安裝Git的方法Win10Git