ereb-thanatos / cossacks3-lan-server

A cross-platform server for the RTS Cossacks 3, intended for use in local area networks.
MIT License
79 stars 17 forks source link

Can't get asio submodule #14

Open Anton-V-K opened 2 months ago

Anton-V-K commented 2 months ago

If anyone encounters a problem getting asio submodule, change the path in .gitmodules to url = ../../chriskohlhoff/asio.git, and remove the cached section [submodule "asio"] in \.git\config before retrying.

More info: git-protocol is dropped since March 2022 - https://github.blog/2021-09-01-improving-git-protocol-security-github/

PS: I know this project isn't developed any longer. I was thinking about investigating possible incompatibility with the new last client, and having separate Discussions would be useful for Q&A, Announcements, etc.

arne-fuchs commented 3 weeks ago

Another workaround would be to just clone it directly into the project root: git clone https://github.com/chriskohlhoff/asio