in do.sh's install_deps, remove git clone that's no longer needed in the github world and just outputs an error:
$ ./do.sh install_deps
....
Archive: closure-templates-for-javascript-latest.zip
inflating: closure-templates-compiler/COPYING
inflating: closure-templates-compiler/README
inflating: closure-templates-compiler/SoyToJsSrcCompiler.jar
inflating: closure-templates-compiler/soyutils.js
inflating: closure-templates-compiler/soyutils_usegoog.js
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2188k 100 2188k 0 0 2271k 0 --:--:-- --:--:-- --:--:-- 2270k
fatal: destination path 'src' already exists and is not an empty directory.
Done.
in do.sh's install_deps, remove git clone that's no longer needed in the github world and just outputs an error: