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 a055b4c879
commit 849c070d74
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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