William Crandell

Results 72 comments of 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... ![gitsetup1](https://cloud.githubusercontent.com/assets/5300522/10118455/7e3fec5a-6446-11e5-95a4-9c4a13696ded.png) ![gitsetup2](https://cloud.githubusercontent.com/assets/5300522/10118453/7e3fc748-6446-11e5-8799-1cd58b04dcb8.png) ![gitsetup3](https://cloud.githubusercontent.com/assets/5300522/10118454/7e3fcf9a-6446-11e5-88fb-141820329220.png)

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...