Nexus repository and gitlfs
建立一個薪資料夾
mkdir nexusTry
先照以下這篇教學將指令做完
然後再執行以下指令
git config -f .lfsconfig lfs.url http://10.95.42.18/nexus/repository/ios.git/info/lfs
Push 上去,只有執行 track 的檔案會被 push
git lfs push origin master
Pull 下來(驗證方式:將nexusTry資料夾下的某些檔案刪除再執行)
git lfs pull
Last updated
Was this helpful?