Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5618

General discussion • Re: git submodule update –init command not working

$
0
0
I'm trying to host a small vanilla minecraft bedrock serverhttps://www.makeuseof.com/how-to-instal ... erry%20Pi., but the command said it can't be found.

[1] 2172
bash: ndash: command not found
bash: init: command not found

anyway to fix this?

If you want further questions just comment and I'll respond to it


The command as published by the makeuseof blog is

Code:

git submodule update –init

Frankly, that's nonsense.

I suspect the blog-production software has 'mangled' a correct git command and generated garbage instead and no-one proof-read the resulting article.


This is untried, but perhaps the command should be -

Code:

git submodule update --init

See the definitive git documentation for a description of the git submodule command.



(And having just checked the Comments under the blog post in question I see that the same question was asked and answered there 10 months ago!)

Statistics: Posted by B.Goode — Fri Apr 12, 2024 6:58 am



Viewing all articles
Browse latest Browse all 5618