DatL4g / KCEF

Kotlin implementation of jcefmaven with more modern setup and depending on JetBrains/jcef
https://datl4g.github.io/KCEF/
Apache License 2.0
44 stars 6 forks source link

Cannot clone submodule #3

Closed mgroth0 closed 8 months ago

mgroth0 commented 8 months ago

I'd like to fork and potentially contribute to this library. However, it seems to depend on a submodule here. When I tried to git clone --recursive I got an error for the submodule:

Please make sure you have the correct access rights
and the repository exists.
DatL4g commented 8 months ago

Make sure to setup SSH on your system correctly or just clone this module, edit the .gitmodules file to use http instead of ssh and then load the according submodule

mgroth0 commented 8 months ago

This is not resolved.

I have never had an issue with SSH on my system and I use it constantly for many different purposes.

I followed the steps from this stack overflow answer on how to change from ssh to http. I still got an error:

fatal: remote error: upload-pack: not our ref 85c2b766028ded582ea054d54f6107fa954f9099
fatal: Fetched in submodule path 'jcef/src/main', but it did not contain 85c2b766028ded582ea054d54f6107fa954f9099. Direct fetching of that commit failed.
DatL4g commented 8 months ago

Need to wait until https://github.com/JetBrains/jcef/pull/19 is merged

mgroth0 commented 8 months ago

Can this be reopened? This is an issue and it is not currently resolved.