How to build GCM for Ubuntu/arm64? #1217
-
I need to get GCM working on Linux/arm64. I tried using https://github.com/git-ecosystem/git-credential-manager/blob/main/src/linux/Packaging.Linux/install-from-source.sh on my Ubuntu/arm64 system but it ended up building (?) and installing an x86-64 version. I've now cloned this repo and want to build it but I've been unable to find any build instructions. I'm completely new to dotnet. How do I build and install GCM from the repo source? Or how else might I get an arm64 version? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Easiest is to install the GCM .NET tool https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/install.md#net-tool
You'll need to first install the .NET SDK https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu |
Beta Was this translation helpful? Give feedback.
-
Alternatively, depending on your use case, you might try git-credential-oauth which is included in Ubuntu 23.04 and later https://repology.org/project/git-credential-oauth
|
Beta Was this translation helpful? Give feedback.
-
Unfortunately, we do not yet officially ship for Linux arm64, although that work is slated to coincide with Git's 2.42 release in September and is being tracked with this issue. |
Beta Was this translation helpful? Give feedback.
Easiest is to install the GCM .NET tool https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/install.md#net-tool
You'll need to first install the .NET SDK https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu