Skip to content

Commit 133147c

Browse files
natashadsouzaycool
authored andcommitted
DOCS: Resolving Git LFS Build issue
1 parent ab47e53 commit 133147c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/FAQs/Software_FAQs.md

+20
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,25 @@ Should you see this error while building Apollo, please confirm the following:
5959
6060
3. Do not use `sudo` parameter, when executing `dev_start.sh` and `dev_into.sh`
6161
62+
---
63+
64+
## Git LFS is causing a Build Failure?
65+
66+
The key to understanding whether the build failure is caused by Git LFS. Try the following command `git lfs fetch`. If it returns an output like the image below, the build was successful
67+
68+
![](images/git_lfs.png)
69+
70+
If it returns any other output, try the following steps:
71+
72+
```bash
73+
git clone https://github.com/ApolloAuto/apollo.git
74+
# you only have to do this one time,
75+
# if you have never used git lfs, then that's why it's not working
76+
git lfs install
77+
git lfs fetch --all
78+
```
79+
80+
Additional material on Git LFS: https://git-lfs.github.com/
81+
6282
---
6383
**More Software FAQs to follow.**

docs/FAQs/images/git_lfs.png

+3
Loading

0 commit comments

Comments
 (0)