We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got the following error when installing gcmcore-linux_amd64.2.0.605.12951.deb on Ubuntu 20.04.3:
gcmcore-linux_amd64.2.0.605.12951.deb
$ sudo dpkg -i ~/Downloads/gcmcore-linux_amd64.2.0.605.12951.deb Selecting previously unselected package gcmcore. (Reading database ... 246246 files and directories currently installed.) Preparing to unpack .../gcmcore-linux_amd64.2.0.605.12951.deb ... Unpacking gcmcore (2.0.605.12951) ... Setting up gcmcore (2.0.605.12951) ...
After this, git-credential-manager-core configure failed with git-credential-manager-core: command not found
git-credential-manager-core configure
git-credential-manager-core: command not found
It appears this installer adds files to /urs/local/share/gcm-core/Release, but the link in /usr/local/bin expects files in /usr/local/share/gcm-core
The text was updated successfully, but these errors were encountered:
Hi @JonathanHUnity! This was actually fixed with #539 but has not yet been released. The current workaround is to run:
sudo mv /usr/local/share/gcm-core/Release/* /usr/local/share/gcm-core/ && sudo rm -rf /usr/local/share/gcm-core/Release/
Sorry, something went wrong.
Ok! I worked around it using the tgz.
No branches or pull requests
I got the following error when installing
gcmcore-linux_amd64.2.0.605.12951.deb
on Ubuntu 20.04.3:After this,
git-credential-manager-core configure
failed withgit-credential-manager-core: command not found
It appears this installer adds files to /urs/local/share/gcm-core/Release, but the link in /usr/local/bin expects files in /usr/local/share/gcm-core
The text was updated successfully, but these errors were encountered: