To anyone having problems with git cloning the repo, even after installing git-lfs
, I have found a fixed that work and may work for y'all too.
Remove anything under the [lfs]
section in your ~/.gitconfig
file.
Git Clone URL: | https://aur.archlinux.org/vscodium.git (read-only, click to copy) |
---|---|
Package Base: | vscodium |
Description: | Free/Libre Open Source Software Binaries of VSCode (git build from latest release). |
Upstream URL: | https://github.com/VSCodium/vscodium.git |
Licenses: | MIT |
Conflicts: | codium, vscodium, vscodium-bin, vscodium-git |
Provides: | codium, vscodium |
Submitter: | cedricroijakkers |
Maintainer: | cedricroijakkers (daiyam) |
Last Packager: | daiyam |
Votes: | 72 |
Popularity: | 0.95 |
First Submitted: | 2021-04-10 15:12 (UTC) |
Last Updated: | 2024-12-17 23:35 (UTC) |
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 Next › Last »
To anyone having problems with git cloning the repo, even after installing git-lfs
, I have found a fixed that work and may work for y'all too.
Remove anything under the [lfs]
section in your ~/.gitconfig
file.
Interesting. I never had git-lfs
installed on my system, yet never had any compilation issues. I've added it to the make dependencies now, so try again if that solves your issue. Otherwise, the only thing I can recommend is to clean the build cache of your AUR helper (paru
in my case). With a clean cache I can build the software correctly at this point.
hi @HurricanePootis I have git-lfs on my system, but as you can see... it fails as well
Heads up, vscodium apparently requires the package git-lfs
as a makedepends, seeing as it has large files it needs to git clone
==> Extracting sources...
-> Creating working copy of vscodium git repo...
Cloning into 'vscodium'...
done.
git-lfs filter-process: line 1: git-lfs: command not found
fatal: the remote end hung up unexpectedly
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Edit: Just realized user frankenstein20 had the same issue.
Is there anything I can do about the Git LFS error below?
When I tried updating VSCodium today, I got this:
==> Extracting sources...
-> Creating working copy of vscodium git repo...
Cloning into 'vscodium'...
done.
Downloading build/windows/rtf/TXT2RTF.zip (374 KB)
Error downloading object: build/windows/rtf/TXT2RTF.zip (c3eac99): Smudge error: Error downloading build/windows/rtf/TXT2RTF.zip (c3eac997fba9d3d5596c503a826fe5d54c87b1cf899a790b6d077e4d196bd5e9): error transferring "c3eac997fba9d3d5596c503a826fe5d54c87b1cf899a790b6d077e4d196bd5e9": [0] remote missing object c3eac997fba9d3d5596c503a826fe5d54c87b1cf899a790b6d077e4d196bd5e9
Errors logged to /home/uSER/AUR/vscodium/src/vscodium/.git/lfs/logs/20210915T120535.641902055.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: build/windows/rtf/TXT2RTF.zip: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
==> ERROR: Failure while creating working copy of vscodium git repo
Aborting...
Here are the contents of /home/uSER/AUR/vscodium/src/vscodium/.git/lfs/logs/20210915T120535.641902055.log
: https://bin.snopyta.org/?52228647825f1dfe#DezmRxLnP67WvBJQZpGWxNzi76SAjDRJYzvzBM8G6d4N
somehow I get an error :(
Error downloading object: build/windows/rtf/TXT2RTF.zip (c3eac99): Smudge error: Error downloading build/windows/rtf/TXT2RTF.zip (c3eac997fba9d3d5596c503a826fe5d54c87b1cf899a790b6d077e4d196bd5e9): error transferring "c3eac997fba9d3d5596c503a826fe5d54c87b1cf899a790b6d077e4d196bd5e9": [0] remote missing object c3eac997fba9d3d5596c503a826fe5d54c87b1cf899a790b6d077e4d196bd5e9
For someone have problem to use extension: Visual Studio IntelliCode.
If you get a ERROR: Sorry, something went wrong activating IntelliCode support for Python. Please check the "Python" and "VS IntelliCode" output windows for details.
And in OUTPUT -> VS IntelliCode: Language server is set to Pylance. Acquiring model Acquiring model 'intellisense-members-lstm-pylance' for python Querying IntelliCode service for available models. vs-intellicode-python was passed a model: {}. Cached model is up to date. Activating Python extension Language server extension command failed. Exception: Error: command 'python.intellicode.loadLanguageServerExtension' not found at g._tryExecuteCommand (file:///usr/share/vscodium/resources/app/out/vs/workbench/workbench.desktop.main.js:1523:3364) at file:///usr/share/vscodium/resources/app/out/vs/workbench/workbench.desktop.main.js:1523:3245 at processTicksAndRejections (internal/process/task_queues.js:93:5) Error while activating Python: {}
!!!!!!!! Install vscodium-features will solve this problem !!!!!!!!
This package does conflict with code
as it install a file /usr/bin/code
.
@kearneyBack: There is indeed no reason why vscodium should not play together with code. I've updated the provides
and conflicts
configs to be less strict. You can install both next to each other now.
Pinned Comments