You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the GCM tool on Ubuntu 24.04 LTS using .NET that I installed via snap, since the apt didn't found the dotnet-sdk-7.0 through command line. There's two things I installed, the SDK at first for installing the git-credential-manager and I'm using the command from documentation here.
After that, I added the dotnet tool into bash_profile already, once finished I've tried to git push on my repository but the GCM window for asking credentials didn't appear on my screen. Then, I've tried to type git-credential-manager on terminal and this message comes up.
user@ubuntu:~$ git-credential-manager
You must install .NET to run this application.
App: /home/user/.dotnet/tools/git-credential-manager
Architecture: x64
App host version: 7.0.18
.NET location: Not found
Learn about runtime installation:
https://aka.ms/dotnet/app-launch-failed
Download the .NET runtime:
https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=ubuntu.24.04-x64&apphost_version=7.0.18
From above, I managed to install the runtime-7.0 and again apt didn't found the package except snap, and I used snap to install the package. And same problem appears like above message that says I don't have runtime installed or not found, but it's already listed here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have installed the GCM tool on Ubuntu 24.04 LTS using .NET that I installed via snap, since the apt didn't found the
dotnet-sdk-7.0
through command line. There's two things I installed, the SDK at first for installing thegit-credential-manager
and I'm using the command from documentation here.After that, I added the dotnet tool into
bash_profile
already, once finished I've tried togit push
on my repository but the GCM window for asking credentials didn't appear on my screen. Then, I've tried to typegit-credential-manager
on terminal and this message comes up.From above, I managed to install the runtime-7.0 and again apt didn't found the package except snap, and I used snap to install the package. And same problem appears like above message that says I don't have runtime installed or not found, but it's already listed here.
How to fix these problem, so that the .NET runtime detected which is used to run GCM on Linux?
Regards.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions