Skip to content

Instantly share code, notes, and snippets.

@purp
Created September 23, 2022 16:43
Show Gist options
  • Select an option

  • Save purp/5aa7b07316868154129e6464cbe6d9cc to your computer and use it in GitHub Desktop.

Select an option

Save purp/5aa7b07316868154129e6464cbe6d9cc to your computer and use it in GitHub Desktop.

Revisions

  1. purp created this gist Sep 23, 2022.
    7 changes: 7 additions & 0 deletions notes.md
    Original 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) .`