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
Using GitKit v0.1.0 to clone a repository with isBare = false I get the aforementioned error. Setting isBare to true doesn't give the error.
var isBare = false;
var repo = GitKit.Repository.createWithFS(NodeFS('/tmp/repo'), isBare);
var transport = new GitKit.HTTPTransport('https://github.com/marcuswhybrow/marcus.codes.git');
GitKit.RepoUtils.init(repo)
.then(() => GitKit.TransferUtils.clone(repo, transport))
Using GitKit v0.1.0 to clone a repository with
isBare = false
I get the aforementioned error. SettingisBare
totrue
doesn't give the error.This is my stack trace:
The text was updated successfully, but these errors were encountered: