-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
GCM is unable to find libSkiaSharp on Ubuntu in WSL #1164
Comments
Can you run |
Reports nothing wrong
|
Can you attach the full output log file? |
I had this same issue. For me the solution was just to run |
Thank you this worked for me 👍 |
Version
2.0.935+8b4735fc7b
Operating system
Windows 11 Pro x64, WSL, Ubuntu 22.04.2 LTS.
Installed a fresh Ubuntu in WSL, downloaded https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.0.935/gcm-linux_amd64.2.0.935.deb, installed it with
deb -i
, installed gpg and pass, ranWhat Git host provider are you trying to connect to?
A private GitBucket host.
Expected behavior
When I
git clone
a new repo, a GUI window with login/password form appears.Actual behavior
An exception "System.DllNotFoundException" is thrown, and a standard console prompt
Username for '<repo_url>':
apears.Logs
running with
LD_DEBUG=libs git clone <repo_url>
displaysActually, the library is there:
The text was updated successfully, but these errors were encountered: