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

Install failure on Ubuntu 20.04.3 #566

Closed
JonathanHUnity opened this issue Dec 10, 2021 · 2 comments
Closed

Install failure on Ubuntu 20.04.3 #566

JonathanHUnity opened this issue Dec 10, 2021 · 2 comments

Comments

@JonathanHUnity
Copy link

JonathanHUnity commented Dec 10, 2021

I got the following error when installing gcmcore-linux_amd64.2.0.605.12951.deb on Ubuntu 20.04.3:

$ 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

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
image

@ldennington
Copy link
Contributor

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/

@JonathanHUnity
Copy link
Author

Ok! I worked around it using the tgz.

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

No branches or pull requests

2 participants