Open wrongharry opened 13 years ago
The install instructions are failing for me, too:
jobeirneMBP Code $ git clone https://github.com/unconed/TermKit.git --recursive
Cloning into TermKit...
remote: Counting objects: 2883, done.
remote: Compressing objects: 100% (1201/1201), done.
remote: Total 2883 (delta 1650), reused 2800 (delta 1580)
Receiving objects: 100% (2883/2883), 20.39 MiB | 6.63 MiB/s, done.
Resolving deltas: 100% (1650/1650), done.
Submodule 'Node/node_modules/socket.io-client'
(https://github.com/LearnBoost/Socket.IO.git) registered for path
'Node/node_modules/socket.io-client'
Submodule 'Node/node_modules/socket.io-node'
(https://github.com/LearnBoost/Socket.IO-node) registered for path
'Node/node_modules/socket.io-node'
Cloning into Node/node_modules/socket.io-client...
fatal: https://github.com/LearnBoost/Socket.IO.git/info/refs not found: did you
run git update-server-info on the server?
Clone of 'https://github.com/LearnBoost/Socket.IO.git' into submodule path
'Node/node_modules/socket.io-client' failed
+1 for this too. I even figured out that I needed to change https://github.com/LearnBoost/Socket.IO.git
to https://github.com/LearnBoost/socket.io.git
(they downcased and renamed the repo), but the submodule revision doesn't exist any more.
Submodule 'Node/node_modules/socket.io-client' (https://github.com/LearnBoost/socket.io.git) registered for path 'Node/node_modules/socket.io-client'
Submodule 'Node/node_modules/socket.io-node' (https://github.com/LearnBoost/socket.io-node) registered for path 'Node/node_modules/socket.io-node'
Cloning into Node/node_modules/socket.io-client...
remote: Counting objects: 6728, done.
remote: Compressing objects: 100% (2837/2837), done.
remote: Total 6728 (delta 3972), reused 6216 (delta 3561)
Receiving objects: 100% (6728/6728), 4.80 MiB | 1.12 MiB/s, done.
Resolving deltas: 100% (3972/3972), done.
fatal: reference is not a tree: 969743c8d1d0629fa7dd69e9295a9143284cc3f3
Unable to checkout '969743c8d1d0629fa7dd69e9295a9143284cc3f3' in submodule path 'Node/node_modules/socket.io-client'
I have followed every steps, but can't run termkit. How to run it?