uCAN-LIN / LinUSBConverter

LIN(Local interconnect network) to USB converter with LIN master support compatible with SLCAN.
GNU General Public License v3.0
67 stars 33 forks source link

Clone with Submodule is not possible #1

Closed mgiaco closed 3 years ago

mgiaco commented 5 years ago

I think there is something wrong. Have you tried to do a fresh clone with this master?

git clone https://github.com/uCAN-LIN/LinUSBConverter.git --recurse-submodules

If you try that you will see that the submodule setting is not correct. So could it be that your have not updated the .gitmodules?

I try to use that as an example.

cheers mathias

Lukasz-Juranek commented 5 years ago

Test three are issues with submodules, ill Fox this shortly

wt., 6 sie 2019, 15:18 użytkownik Mathias Giacomuzzi < notifications@github.com> napisał:

I think there is something wrong. Have you tried to do a fresh clone with this master?

git clone https://github.com/uCAN-LIN/LinUSBConverter.git --recurse-submodules

If you try that you will see that the submodule setting is not correct. So could it be that your have not updated the .gitmodules?

I try to use that as an example.

cheers mathias

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/uCAN-LIN/LinUSBConverter/issues/1?email_source=notifications&email_token=AB7RRAVNJGPVEXDLLPAO4VDQDF2ZPA5CNFSM4IJWIO22YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HDUF27Q, or mute the thread https://github.com/notifications/unsubscribe-auth/AB7RRAXD46DIXSHUGP6SFALQDF2ZPANCNFSM4IJWIO2Q .

iDoka commented 3 years ago

@mgiaco I dont know the purpose of folder embedded_LIN_GS but for submodule open-LIN-c I solved issue with following way:

  1. git clone https://github.com/uCAN-LIN/LinUSBConverter && cd LinUSBConverter
  2. edit .gitmodules as follow:
    
    [submodule "embedded/Src/open-LIN-c"]
    path = embedded/Src/open-LIN-c
    url = https://github.com/open-LIN/open-LIN-c.git
2. do:

git submodule init git submodule update --recursive

Lukasz-Juranek commented 3 years ago

I've updated .gitmodules file