aseprite / skia

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
https://skia.org
BSD 3-Clause "New" or "Revised" License
181 stars 45 forks source link

python3 tools/git-sync-deps not working #38

Open Shidari4ld opened 7 months ago

Shidari4ld commented 7 months ago

when running python3 tools/git-sync-deps i get ".../skia/third_party/externals/imgui @ 55d35d8387c15bf0cfd71861df67af8cfbda7456 ...skia/third_party/externals/angle2 @ 8718783526307a3fbb35d4c1ad4e8101262a0d73 fatal: unable to access 'https://github.com/aseprite/freetype2.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated. fatal: unable to access 'https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated. Exception in thread Exception in thread Thread-27 (git_checkout_to_directory): Thread-11 (git_checkout_to_directory): Traceback (most recent call last): Traceback (most recent call last): " this was after i ran the second time and i got the same error

dacap commented 7 months ago

Hi @Shidari4ld, did you try running git-sync-deps again? sometimes it fails because network errors and running it again should fix it

Shidari4ld commented 7 months ago

@dacap, i do not know if it was a network error but a reinstall seemed to fix it for me, thanks for your reply and sorry if my question was stupid