node-gitteh
node-gitteh copied to clipboard
can't use gitteh.clone method?
I used example clone.js , but i got such error
clone.on("status", function(bytes, total, done) {
^
TypeError: Cannot call method 'on' of undefined
the source code of clone method is like that https://github.com/libgit2/node-gitteh/blob/master/lib/gitteh.js#L75-L77
how can I clone a repo by https url or git url?
From their readme:
Right now, the bindings cover read only access to raw objects (trees/commits/blobs/tags/references), and basic access to remotes (including basic cloning/fetching support).