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

Fix git-credential-manager-core: command not found error following Debian package install #650

Merged
merged 1 commit into from
Apr 5, 2022

Conversation

ldennington
Copy link
Contributor

While #648 led to the creation of a Debian package of the expected size, I realized during testing of this package that there was still a problem. After installing the package locally and running git-credential-manager-core configure, I saw the following error:

git-credential-manager-core: command not found

This is due to the fact that we need to create the symlink between usr/local/bin/git-credential-manager-core and usr/local/share/git-credential-manager-core before we create the package. After applying this fix and building the package locally, the git-credential-manager-core configure command completed successfully.

@ldennington ldennington self-assigned this Apr 5, 2022
Copy link
Collaborator

@dscho dscho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@ldennington ldennington merged commit faa0785 into git-ecosystem:main Apr 5, 2022
@ldennington ldennington changed the title fixup! fixup! Add install from source script Fix git-credential-manager-core: command not found error following Debian package install Apr 5, 2022
@ldennington ldennington mentioned this pull request Apr 5, 2022
@ldennington ldennington deleted the fix-symlink-linux branch July 12, 2023 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants