Package Details: git-credential-manager-extras 2.6.1-1

Git Clone URL: https://aur.archlinux.org/git-credential-manager.git (read-only, click to copy)
Package Base: git-credential-manager
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: 6
Popularity: 0.074444
First Submitted: 2024-01-11 16:17 (UTC)
Last Updated: 2025-01-30 21:01 (UTC)

Pinned Comments

ItachiSan commented on 2025-03-28 09:45 (UTC)

Hi everyone, As people have noticed, this package has been left alone and I maintained its clone git-credential-manager since it follows the correct upstream name. I will submit a merge request, so please migrate to the new package :)

Latest Comments

« First ‹ Previous 1 2

alampy commented on 2024-03-18 09:30 (UTC) (edited on 2024-03-19 16:09 (UTC) by alampy)

Sorry, this is due to upstream bug: https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/issues/19

Failed to use this package.

$ git-credential-manager
Failure processing application bundle; possible file corruption.
Arithmetic overflow while reading bundle.
A fatal error occurred while processing application bundle

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.