Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This git fallback is being hit whenever there's a non-`200` response code. However, if `git` isn't installed, this will result in throwing: ```shell Errno::ENOENT with No such file or directory - git ``` So catch the error and handle it.
- Loading branch information