You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm following the clone example, and every time I get the same error about a property being undefined.
Code
var gitteh = require('gitteh');
var clone = gitteh.clone('http://github.com/libgit2/node-gitteh.git', '/tmp/test');
clone.on('complete', function () {
// do some stuff
});
clone.on('error', function (err) {
// do some stuff
});
Stack trace
TypeError: Cannot read property 'bytes' of undefined
at update [as _onTimeout] (/home/larz/Desktop/test/node_modules/gitteh/lib/gitteh.js:499:51)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
So I'm following the clone example, and every time I get the same error about a property being undefined.
Code
Stack trace
It looks like it's being caused here
The text was updated successfully, but these errors were encountered: