Make git-clone(1) more resilient when using bundle-URI
I've found a few scenarios where the server can make git-clone(1) abort in case it sends bogus responses to the bundle-uri command. Because the use of bundle URI is optional, make git-clone(1) handle these cases better and enable it to continue the clone.
Closes #564
Signed-off-by: Toon Claes toon@iotcl.com
Edited by Toon Claes