-
Notifications
You must be signed in to change notification settings - Fork 2k
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
installation in ubuntu is not working #3474
Comments
Attempting to do an apt update when the repo is already added will return the following:
The key seems to have expired over the weekend:
EDIT: |
Seeing the issue as well on ubuntu 16.04 |
Hey, sorry to hear y'all are having trouble. As far as I can tell, the key we're using for signatures in the packagecloud repository is different. We don't manually manage that key, so it's possible that they've changed it without us knowing. Unfortunately, without packagecloud providing some sort of archive keyring, there's no way to automatically rotate keys. I tried to download the key from https://packagecloud.io/app/github/git-lfs/gpg#gpg-apt and then install the repo in an Ubuntu bionic container, and it appears to work for me. Can you confirm that following the steps on that page makes it possible for you to run |
Running the following command looks to have fixed this issue for me:
|
Okay, great. Sorry about the inconvenience. |
I run into the same problem. I tried the
I snipped all the irrelevant keys that work as expected. |
Can you provide the |
@ScottMcCormack fix worked for me. Just putting it here for anyone who might benefit. |
I am seeing this issue on Ubuntu 14.04
I tried the command from @ScottMcCormack and adding the GPG key command shown on https://packagecloud.io/app/github/git-lfs/gpg#gpg-apt but neither works. Here is the output of /etc/apt/sources.list.d/github_git-lfs.list
|
Here it is:
When I installed git-lfs (somewhere in the summer) I used the description on the git-lfs website. Once done, I only renamed the file in |
Since there has been some confusion as to whether or not the approach by @ScottMcCormack would work or not, I am writing to report that, for Ubuntu 16.04 LTS this worked correctly for me. I can confirm that after running the suggested command the |
Also see git-lfs/git-lfs#3474 (comment) Signed-off-by: Sebastian Schuberth <sebastian.schuberth@here.com>
Also see git-lfs/git-lfs#3474 (comment) Signed-off-by: Sebastian Schuberth <sebastian.schuberth@here.com>
Also see git-lfs/git-lfs#3474 (comment) Signed-off-by: Sebastian Schuberth <sebastian.schuberth@here.com>
Also see git-lfs/git-lfs#3474 (comment) Signed-off-by: Sebastian Schuberth <sebastian.schuberth@here.com>
Running 'sudo apt-get update' issues: W: GPG error: https://packagecloud.io/github/git-lfs/ubuntu xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6B05F25D762E3157 |
I was able to solve my problem with command: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 6B05F25D762E3157. Note the addition of port 80. Having got the key the apt-get update works fine. Reference: https://tinyurl.com/yb5cmvvh |
This worked for me. I'm on Ubuntu 16.04.5 LTS |
I had to use this format on Ubuntu 18.04.1 LTS (bionic). |
On WSL it fails, but that seems to be a WSL problem in (at least) 1803. As mentioned in microsoft/WSL#3696 (dup of MicrosoftDocs/azure-docs-cli#1181) it should be fixed in 1809. |
I am on Debian Stretch and the above command did not work for me (naturally, as the keyring is different). After some looking around, the following worked for me: |
I got |
You'd probably want to run |
Is anyone else currently having this issue? |
Could you specify what version of Ubuntu you're using? If it's 21.10, it's currently known that there are no packages for it, and they'll be included in the next release. |
Turns out it was an issue with package-cloud that was identified in Issue 4792 which is now resolved. Thanks for responding, @bk2204 . |
Happening again? |
Hey, We no longer provide packages for Ubuntu trusty. All of our Ubuntu packages are built on the latest version of Debian preceding the particular Ubuntu release, but Debian jessie is now end of life and can't be built, so we don't ship packages for Ubuntu earlier than xenial (and even that will end when Debian stretch goes end of life). |
but seems to be failing for Xenial as well |
|
Seems to be solvable on Travis via "manual" install: |
@CHaNGeTe did you reach out to packagecloud about the problem? They fixed it for me last time. |
Okay, it sounds like maybe Travis doesn't have the right key installed. That would be a thing you'd probably want to discuss with them. In any event, if you continue to see this issue, please open a new issue, since the old and new issues would be separate problems. |
If I get this matter when I'm using centos7,what should I do? I think the reson is I install the python3.11 from the source code in the root role, and I replace the default python execution, hoping to get the advice from you! I will waiting your reply if you have any expericence about this and I will continue to find the solution to resolve this ,if I get it ,I will shared it on this issue. |
The error you're seeing on CentOS is different and doesn't apply here, since this issue is only for Ubuntu. Please open a new issue and fill out the issue template, including adding the output of running the installation script, including all error messages, as a text block (not an image). Since folks continue to comment on this closed issue, I'm going to lock it. |
Trying the instruction:
yields eventually:
Also I have had git lfs in my computer already installed however I was getting same error while
sudo apt update
so tried to uninstall and install again.The text was updated successfully, but these errors were encountered: