git-credential-manager on AUR (Arch User Repository)

Last updated: July 02,2024

1. Install "git-credential-manager" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install git-credential-manager on Arch using YAY

$ yay -S git-credential-manager

* (Optional) Uninstall git-credential-manager on Arch using YAY

$ yay -Rns git-credential-manager

2. Manually Install "git-credential-manager" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone git-credential-manager's git locally

$ git clone https://aur.archlinux.org/git-credential-manager.git ~/git-credential-manager

c. Go to ~/git-credential-manager folder and install it

$ cd ~/git-credential-manager $ makepkg -si

3. Information about the git-credential-manager package on Arch User Repository (AUR)

ID: 1384123
Name: git-credential-manager
PackageBaseID: 201434
PackageBase: git-credential-manager
Version: 2.4.1-1
Description: A secure Git credential helper built on .NET that runs on Windows, macOS, and Linux
URL: https://github.com/git-ecosystem/git-credential-manager
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: ItachiSan
Submitter: ItachiSan
FirstSubmitted: 1704989840
LastModified: 1704989840
URLPath: /cgit/aur.git/snapshot/git-credential-manager.tar.gz