This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
// Helper Methods Used | |
var fs = require('fs'); | |
var NodeGit = require('NodeGit'); | |
var cloneOpts = { | |
callbacks: { | |
certificateCheck: function() { | |
// github will fail cert check on some OSX machines |