Skip to content
Snippets Groups Projects
Commit 03f7e19c authored by Xu Cheng's avatar Xu Cheng
Browse files

update: ensure git is installed

parent faa63347
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ module Homebrew
EOS
end
# ensure git is installed
Utils.ensure_git_installed!
# ensure GIT_CONFIG is unset as we need to operate on .git/config
ENV.delete("GIT_CONFIG")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment