Force Git to fail if the user is not authenticated when cloning unexisting repos.

This commit is contained in:
Jorge Bucaran 2016-02-24 09:18:45 +09:00 committed by Jorge Bucaran
parent e81e77dcbe
commit d86df6ca1e

View file

@ -1,3 +1,3 @@
function __fisher_url_clone -a url path
git clone -q --depth 1 $url $path
env GIT_ASKPASS=/bin/echo git clone -q --depth 1 $url $path
end