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
Many developer ran into problem during libgit2 installation.
The existing libgit2 installed by package manager is most likely not of version 1.3.0, one could use pkg-config --modversion libgit2 to make sure of that
When existing version doesn't fit our requirement, provide a guide to uninstall existing version, and adopt the Manual Compilation approach.
Prompt developer to setup PKG_CONFIG_PATH and LD_LIBRARY_PATH environment variable for Manual Compilation approach.
Provide some common error message screen shot for developer to check if they are having the same kind of problem
The text was updated successfully, but these errors were encountered:
Many developer ran into problem during libgit2 installation.
libgit2
installed by package manager is most likely not of version 1.3.0, one could usepkg-config --modversion libgit2
to make sure of thatPKG_CONFIG_PATH
andLD_LIBRARY_PATH
environment variable for Manual Compilation approach.The text was updated successfully, but these errors were encountered: