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

git-lfs-authenticate crashes #3

Closed
khoa-io opened this issue May 6, 2022 · 1 comment · Fixed by #6
Closed

git-lfs-authenticate crashes #3

khoa-io opened this issue May 6, 2022 · 1 comment · Fixed by #6
Assignees
Labels
bug Something isn't working

Comments

@khoa-io
Copy link
Owner

khoa-io commented May 6, 2022

git-lfs-authenticate crashes with the following backtrace:


[SEVERE] [2022-05-06 13:53:37.672256] [git-lfs-authenticate] [Usage: git-lfs-authenticate {path} {operation}]
[SEVERE] [2022-05-06 13:53:37.692073] [git-lfs-authentication] [Unknown error!][LateInitializationError: Field '_channel@18358666' has not been initialized.][#0 _channel (file://${HOME}/.pub-cache/git/git-lfs-server-7ad8ce55d7dd38abe5644928ac3f6cdcc5c2ef35/bin/git_lfs_authenticate.dart)
#1 onExit (file://${HOME}/.pub-cache/git/git-lfs-server-7ad8ce55d7dd38abe5644928ac3f6cdcc5c2ef35/bin/git_lfs_authenticate.dart:40:9)
#2 startAuthenticate (file://${HOME}/.pub-cache/git/git-lfs-server-7ad8ce55d7dd38abe5644928ac3f6cdcc5c2ef35/bin/git_lfs_authenticate.dart:47:16)
#3 main.<anonymous closure> (file://${HOME}/.pub-cache/git/git-lfs-server-7ad8ce55d7dd38abe5644928ac3f6cdcc5c2ef35/bin/git_lfs_authenticate.dart:11:11)
#4 main.<anonymous closure> (file://${HOME}/.pub-cache/git/git-lfs-server-7ad8ce55d7dd38abe5644928ac3f6cdcc5c2ef35/bin/git_lfs_authenticate.dart:10:19)
#5 _rootRun (dart:async/zone.dart:1426:13)
#6 _CustomZone.run (dart:async/zone.dart:1328:19)
#7 _runZoned (dart:async/zone.dart:1861:10)
#8 runZonedGuarded (dart:async/zone.dart:1849:12)
#9 main (file://${HOME}/.pub-cache/git/git-lfs-server-7ad8ce55d7dd38abe5644928ac3f6cdcc5c2ef35/bin/git_lfs_authenticate.dart:10:3)
#10 _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:295:32)
#11 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192:12)
]
Unhandled exception:
LateInitializationError: Field '_channel@18358666' has not been initialized.
#0 _channel (file://${HOME}/.pub-cache/git/git-lfs-server-7ad8ce55d7dd38abe5644928ac3f6cdcc5c2ef35/bin/git_lfs_authenticate.dart)
#1 onExit (file://${HOME}/.pub-cache/git/git-lfs-server-7ad8ce55d7dd38abe5644928ac3f6cdcc5c2ef35/bin/git_lfs_authenticate.dart:40:9)
#2 main.<anonymous closure> (file://${HOME}/.pub-cache/git/git-lfs-server-7ad8ce55d7dd38abe5644928ac3f6cdcc5c2ef35/bin/git_lfs_authenticate.dart:15:16)
#3 main.<anonymous closure> (file://${HOME}/.pub-cache/git/git-lfs-server-7ad8ce55d7dd38abe5644928ac3f6cdcc5c2ef35/bin/git_lfs_authenticate.dart:12:6)
#4 _RootZone.runBinary (dart:async/zone.dart:1690:54)
#5 runZonedGuarded.<anonymous closure> (dart:async/zone.dart:1832:18)
#6 _Zone._processUncaughtError (dart:async/zone.dart:1109:14)
#7 _CustomZone.handleUncaughtError (dart:async/zone.dart:1312:5)
#8 Future._propagateToListeners (dart:async/future_impl.dart:680:16)
#9 Future._completeError (dart:async/future_impl.dart:609:5)
#10 _completeOnAsyncError (dart:async-patch/async_patch.dart:272:13)
#11 main.<anonymous closure> (file://${HOME}/.pub-cache/git/git-lfs-server-7ad8ce55d7dd38abe5644928ac3f6cdcc5c2ef35/bin/git_lfs_authenticate.dart)
<asynchronous suspension>
@khoa-io khoa-io added the bug Something isn't working label May 6, 2022
@khoa-io khoa-io self-assigned this May 6, 2022
@khoa-io
Copy link
Owner Author

khoa-io commented May 7, 2022

This happens when git-lfs-authenticate is called without any argument.

@khoa-io khoa-io linked a pull request May 7, 2022 that will close this issue
@khoa-io khoa-io closed this as completed May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant