Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clone with Submodule is not possible #1

Closed
mgiaco opened this issue Aug 6, 2019 · 3 comments
Closed

Clone with Submodule is not possible #1

mgiaco opened this issue Aug 6, 2019 · 3 comments

Comments

@mgiaco
Copy link

mgiaco commented Aug 6, 2019

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
Copy link
Member

Lukasz-Juranek commented Aug 6, 2019 via email

@iDoka
Copy link

iDoka commented Jul 15, 2021

@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

  1. do:
git submodule init
git submodule update --recursive

@Lukasz-Juranek
Copy link
Member

I've updated .gitmodules file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants