open a Git Bash session

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
alainsam
 
Posts: 201
Joined: Tue Oct 04, 2016 7:58 pm

open a Git Bash session

Post by alainsam »

Hi,
When trying to clone in bash I get this problem in bash:

samou©DESKTOP-V5U0EAK MINGW64 ~
$ pwd
/c/Users/samou
samou©DESKTOP-V5U0EAK MINGW64 ~
$ cd Documents
samou©desktop-V5U0EAK MINGW64 -/Documents
$ cd Arduino
samou©DESKTOP-V5U0EAK MINGW64 ~/Documents/Arduino
$ git submodule update —init —recursive
fatal: not a git repository (or any of the parent directories): .git

What is wrong?

User avatar
adafruit_support_carter
 
Posts: 29168
Joined: Tue Nov 29, 2016 2:45 pm

Re: open a Git Bash session

Post by adafruit_support_carter »

You need to actually clone the repository first, before trying to update submodules.

Locked
Please be positive and constructive with your questions and comments.

Return to “Feather - Adafruit's lightweight platform”