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
parent 4a28f0f9c4
commit c8478eb086

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