Created
September 23, 2022 16:43
-
-
Save purp/5aa7b07316868154129e6464cbe6d9cc to your computer and use it in GitHub Desktop.
Revisions
-
purp created this gist
Sep 23, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ## Troubleshooting If Docker complains that you don't have `git` installed: * `which git` for the path (and if you realize now that it's not installed, now you can fix it) * If it's a non-standard path (I use `/opt/homebrew`), that's why Docker can't find it * `cd /usr/local/bin && ln -s $(which git) .`