Skip to content

FreeBSD Support #1611

@csmuell

Description

@csmuell

Feature description

Hey. We're being told to migrate to git-credential-manager; but develop on FreeBSD. I was able to install GCM, but it appears to not work. Can we get support? Thanks!

throw new PlatformNotSupportedException();

$ dotnet --list-sdks
  7.0.403 [/usr/local/dotnet/sdk]
  8.0.103 [/usr/local/dotnet/sdk]
$ export PATH=$PATH:/usr/local/dotnet
$ /home/buildadmin/.dotnet/tools/git-credential-manager version
  Unhandled exception. System.PlatformNotSupportedException: Operation is not supported on this platform.
    at GitCredentialManager.CommandContext..ctor()
    at GitCredentialManager.Program.AppMain(Object o)
  Segmentation fault (core dumped)
$ git clone https://dev.azure.com/../../PrivateRepo
  Cloning into '`PrivateRepo'...
  Unhandled exception. System.PlatformNotSupportedException: Operation is not supported on this platform.
    at GitCredentialManager.CommandContext..ctor()
    at GitCredentialManager.Program.AppMain(Object o)
  error: /home/buildadmin/.dotnet/tools/git-credential-manager get died of signal 11
$ cat /etc/os-release
  NAME=FreeBSD
  VERSION="13.2-RELEASE-p11"
  VERSION_ID="13.2"
  ID=freebsd
  ANSI_COLOR="0;31"
  PRETTY_NAME="FreeBSD 13.2-RELEASE-p11"
  CPE_NAME="cpe:/o:freebsd:freebsd:13.2"
  HOME_URL="https://FreeBSD.org/"
  BUG_REPORT_URL="https://bugs.FreeBSD.org/"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions