1
edit
Changes
→How do I resolve the windows line ending error when trying to build FireFox?
git checkout .
</pre>
WHAT DO U MEAN BY THIS DOESNT MAKE SENSE
'''Answer 3''': Before cloning the repository, set the core.autocrlf to false by using the following line.
</pre>
Afterwards, you can freely clone the repository and the build should now work.
===Greg: How do I resolve the error where CL cannot be found?===