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

pull/445/head
Jorge Bucaran 8 years ago
parent a055b4c879
commit 849c070d74
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -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

Loading…
Cancel
Save