Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD Support #1611

Open
csmuell opened this issue May 9, 2024 · 0 comments
Open

FreeBSD Support #1611

csmuell opened this issue May 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@csmuell
Copy link

csmuell commented May 9, 2024

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/"
@csmuell csmuell added the enhancement New feature or request label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant