William Crandell
William Crandell
deferred to ``` child.exec('git config --get remote.' + crossPlatform.envVal('remoteName') + '.url || '+ crossPlatform.rEcho(),{ env: crossPlatform.newEnvVal('remoteName', argv.remote)}, function(error, stdout, stderr) { ```
now you can see the rEcho (returned echo) in cross-platform.js this newer update partially works in MinGW and cmd.exe https://github.com/CrandellWS/gistup/commit/010814e68d97f9515c3870eafc417111ca295fed still got the file issue to consider https://github.com/mbostock/gistup/issues/21 Can Someone...
Windows users will hopefully find success using: ``` npm install -g mkg ```
The previous package was renamed to **mkg** so use **`npm install -g mkg`** to install. Was able to get Ubuntu up and running to test the package and found it...
next error received with this setup is ``` C:\npm\node_modules\gistup\lib\gistup\unless.js:11 throw error; ^ Error: Command failed: C:\Windows\system32\cmd.exe /s /c "git commit --allow-empty -m 'Initial gistup commit.'" error: pathspec 'gistup' did not...
If it helps the settings used to install git without cache...   
seems https://github.com/mbostock/gistup/pull/25#issuecomment-143462496 is related to https://github.com/mbostock/gistup/issues/22
oops meant to comment not close sorry
sorry about the mess of commits cache :rage:
Not sure what else I can do... I do not have any access to Mac OS X to check or verify compatibility which is assumed based on Linux compatibility. Confirmation...