silicoin-network/silicoin-blockchain

[BUG]installing GUI problem, seems to be from broken git

Closed this issue · 2 comments

Describe the bug
npm ERR! code 1
npm ERR! Command failed: git checkout master
npm ERR! error: pathspec 'master' did not match any file(s) known to git

To Reproduce

Steps to reproduce the behavior:

sh install-gui.sh

Expected behavior
20886 verbose stack Error: Command failed: git checkout master
20886 verbose stack error: pathspec 'master' did not match any file(s) known to git
20886 verbose stack
20886 verbose stack at ChildProcess.exithandler (child_process.js:294:12)
20886 verbose stack at ChildProcess.emit (events.js:198:13)
20886 verbose stack at maybeClose (internal/child_process.js:982:16)
20886 verbose stack at Socket.stream.socket.on (internal/child_process.js:389:11)
20886 verbose stack at Socket.emit (events.js:198:13)
20886 verbose stack at Pipe._handle.close (net.js:607:12)
20887 verbose cwd /home/electroboyz/silicoin-blockchain/chia-blockchain-gui
20888 verbose Linux 5.4.0-122-generic
20889 verbose argv "/usr/bin/node" "/usr/bin/npm" "install"
20890 verbose node v10.19.0
20891 verbose npm v6.14.4
20892 error code 1
20893 error Command failed: git checkout master
20893 error error: pathspec 'master' did not match any file(s) known to git
20894 verbose exit [ 1, true ]

Screenshots

Desktop

Linux Mint 20.3

Additional context

This issue has been flagged as stale as there has been no activity on it in 14 days. If this issue is still affecting you and in need of review, please update it to keep it open.

This issue was automatically closed because it has been flagged as stale and subsequently passed 7 days with no further activity.