ptrd / kwik

A QUIC client, client library and server implementation in Java. Supports HTTP3 with "Flupke" add-on.
GNU General Public License v3.0
383 stars 55 forks source link

Agent15 error while building Kwik #29

Closed DanielViniciusAlves closed 1 year ago

DanielViniciusAlves commented 1 year ago

After cloning the repository, I encountered an error while attempting to obtain the Agent15 library. However, when I cloned the repository from BitBucket, it worked without any issues. I suspect there might be an error in the link for the Agent15 library, as attempting to access the repository through GitHub in the browser resulted in an error stating that it could not be found.

git submodule update --init --recursive
Submodule 'agent15' (https://github.com/ptrd/agent15.git) registered for path 'agent15'
Cloning into '/home/daniel/Desktop/Target/kwik/agent15'...
fatal: Erro remoto: upload-pack: not our ref 97b85a4a5470c0db7b70a67292e1fd2d4c6b6470
fatal: the remote end hung up unexpectedly
Fetched in submodule path 'agent15', but it did not contain 97b85a4a5470c0db7b70a67292e1fd2d4c6b6470. Direct fetching of that commit failed.
ptrd commented 1 year ago

Sorry, forgot to push latest agent15 updates to github too. Should be fixed by now. Thanks for reporting.

DanielViniciusAlves commented 1 year ago

Awesome!