Git Submodule Command wird nicht richtig ausgeführt

1367
Josiah

Ich versuche diesen Befehl auszuführen:

$git submodule init fatal: Not a git repository (or any of the parent directories): .git 

Warum erhalte ich diesen Fehler? Ich versuche ActionBarSherlock einzurichten, komme aber nicht an dem ersten Befehl vorbei. Ich brauche ABS, um K-9 Mail zu bauen. Die Anweisungen finden Sie hier: https://github.com/k9mail/k-9/wiki/BuildingK9

0

1 Antwort auf die Frage

1
Christopher

The error is accurate. You're getting it because you're running git submodule init outside a git repository. Based on the (admittedly sort of vague) directions under "Building with IntelliJ IDEA" on that link, try cloning k9's source from github and downloading ActionBarSherlock first.

Ja, das habe ich erkannt. Weil ich das Repository nicht geklont habe, habe ich das ZIP-Archiv heruntergeladen. Ich akzeptiere Ihre Antwort, da es das Problem war. Josiah vor 11 Jahren 0