Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

Slush generator hanging #547

Open
iowusu opened this issue Jan 26, 2018 · 3 comments
Open

Slush generator hanging #547

iowusu opened this issue Jan 26, 2018 · 3 comments

Comments

@iowusu
Copy link

iowusu commented Jan 26, 2018

Slush generator is hanging for windows machine . Please see below. I runned the come . I have all the prequite install I beelive.

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

@grtjn
Copy link
Contributor

grtjn commented Jan 26, 2018

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

@lifan0127
Copy link

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 git@github.com:
git config --global url."https://".insteadOf git://

See: OfficeDev/office-ui-fabric-js#112 (comment)

@grtjn
Copy link
Contributor

grtjn commented Mar 24, 2018

Yeah. Roxy is not using https, I'll see if I can fix that..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants