slush-marklogic-node
slush-marklogic-node copied to clipboard
Slush generator hanging
Slush generator is hanging for windows machine . Please see below. I runned the come
ikeky@ikowusu-laptop MINGW64 /c/workspace/ramp-project $ slush marklogic-node [slush] Using slushfile C:\Users\ikeky\AppData\Roaming\npm\node_modules\slush-mark logic-node\slushfile.js [12:27:51] Starting 'marklogic-node:checkForUpdates'... checking for latest version [12:27:51] Finished 'marklogic-node:checkForUpdates' after 393 ms [12:27:51] Starting 'marklogic-node:init'... ? Name for the app? (ramp-project) testSlush ? Name for the app? testSlush ? MarkLogic version? (Use arrow keys) ? MarkLogic version? 9 ? MarkLogic Host? (localhost) localhost ? MarkLogic Host? localhost ? MarkLogic Admin User? (admin) admin ? MarkLogic Admin User? admin ? Note: consider keeping the following blank, you will be asked to enter it at ? Note: consider keeping the following blank, you will be asked to enter it at appropriate commands. ? MarkLogic Admin Password? admin ? MarkLogic App/Rest port? (8070) 8070 ? MarkLogic App/Rest port? 8070 ? Node app port? (9070) 9070 ? Node app port? 9070 ? Select Template (Use arrow keys) ? Select Template default ? Allow anonymous users to search data? (Use arrow key)
... Creating new Application: testslush...
That is the point where it should start doing a git clone, executed by the Roxy ml script. Could it be that Github was temporarily down or responding very slowly? It seems to have issues lately..
If you are behind a corporate firewall, you may need to config git to replace git:// with https://. The Roxy ml script use git clone git://
which doesn't work in our network setting.
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
See: https://github.com/OfficeDev/office-ui-fabric-js/issues/112#issuecomment-269389010
Yeah. Roxy is not using https, I'll see if I can fix that..