Search Criteria
Package Details: git-credential-manager-core 2.4.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/git-credential-manager-core.git (read-only, click to copy) |
---|---|
Package Base: | git-credential-manager-core |
Description: | A secure Git credential helper built on .NET that runs on Windows, macOS, and Linux |
Upstream URL: | https://github.com/git-ecosystem/git-credential-manager |
Licenses: | MIT |
Conflicts: | git-credential-manager-core-bin |
Provides: | git-credential-manager-core |
Replaces: | git-credential-manager |
Submitter: | ItachiSan |
Maintainer: | ItachiSan |
Last Packager: | ItachiSan |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-09 22:14 (UTC) |
Last Updated: | 2023-11-11 11:09 (UTC) |
Dependencies (10)
- krb5 (krb5-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-5.0-binAUR, dotnet-sdk-6.0.110-binAUR, dotnet-sdk-7.0-binAUR, dotnet-sdk-8.0.300-binAUR, dotnet-sdk-6.0-binAUR, dotnet-sdk-preview-binAUR, dotnet-sdk-binAUR, dotnet-sdk-8.0-binAUR) (make)
- dpkg (dpkg-gitAUR) (make)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- krb5 (krb5-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
- dotnet-runtime-6.0 (dotnet-runtime-6.0-binAUR) (check)
- git (git-gitAUR, git-glAUR) (check)
- git-credential-manager-core-extrasAUR (optional) – additional QT UIs for logging in
Latest Comments
DexterHaxxor commented on 2023-08-13 19:18 (UTC)
This should probably be renamed to git-credential-manager now that the old name is officially dead.
jongeduard commented on 2023-05-03 23:46 (UTC) (edited on 2023-05-03 23:56 (UTC) by jongeduard)
Hi, just for fun I was curious if I was able to build this thing in a clean root, using
extra-x86_64-build -c -r
, but I as it turned out it failed because Git is not listed as a dependency here. However, withextra-x86_64-build -c -r -- -I /var/cache/pacman/pkg/git-2.40.1-1-x86_64.pkg.tar.zst
it worked (I am also still learning things, but this is just how I currently manage to get extra packages into the clean root if they are not listed).By the way, note that the way I install GCM on my system is just as a dotnet tool from NuGet (
dotnet tool install -g git-credential-manager
, as recommended on Github), which is the most easy way if you are already a .NET user as I am (C# developer).MrSoup678 commented on 2022-12-27 09:50 (UTC)
This test fails to run, breaking package build.