Package Details: git-credential-manager-core-extras 2.4.1-1

Git Clone URL: https://aur.archlinux.org/git-credential-manager-core.git (read-only, click to copy)
Package Base: git-credential-manager-core
Description: Additional login UIs to Github and Bitbucket for Git Credential Manager Core
Upstream URL: https://github.com/git-ecosystem/git-credential-manager
Licenses: MIT
Submitter: ItachiSan
Maintainer: ItachiSan
Last Packager: ItachiSan
Votes: 2
Popularity: 0.000005
First Submitted: 2021-09-09 22:14 (UTC)
Last Updated: 2023-11-11 11:09 (UTC)

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, with extra-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)

[xUnit.net 00:00:01.2618894]     GitCredentialManager.Tests.GitTests.Git_GetRemotes_NoLocalRepo_ReturnsEmpty [FAIL]
  Failed GitCredentialManager.Tests.GitTests.Git_GetRemotes_NoLocalRepo_ReturnsEmpty [12 ms]
  Error Message:
   GitCredentialManager.GitException : Failed to enumerate Git remotes
  Stack Trace:
    at GitCredentialManager.GitProcess.CreateGitException(Process git, String message) in /home/slawomir/.cache/paru/clone/git-credential-manager-core/src/git-credential-manager-core/src/shared/Core/Git.cs:line 244
    at GitCredentialManager.GitProcess.GetRemotes()+MoveNext()
    at System.Collections.Generic.LargeArrayBuilder`1.AddRange(IEnumerable`1 items)
    at System.Collections.Generic.EnumerableHelpers.ToArray[T](IEnumerable`1 source)
    at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
    at GitCredentialManager.Tests.GitTests.Git_GetRemotes_NoLocalRepo_ReturnsEmpty() in /home/slawomir/.cache/paru/clone/git-credential-manager-core/src/git-credential-manager-core/src/shared/Core.Tests/GitTests.cs:line 47

This test fails to run, breaking package build.