You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
forc-pkg utilities uses git2-rs which uses libgit2-sys. But a recent report showed that forc fails to operate without first executing apt-get git.
This implies that either:
forc relies on git binary somehow in some place
apt-get git installs some runtime libraries that libgit2-sys needs
If it is the 2nd option we should investigate if we can vendor it into forc, if it is the 1st option we should make sure we use git2 instead of the actual binary calls