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 following experimental experimental features enabled:
Feature Status Property Link
-----------------------------------------------------------------------------------
Command Sample Disabled experimentalCmd https://aka.ms/winget-settings
Argument Sample Disabled experimentalArg https://aka.ms/winget-settings
Microsoft Store Support Disabled experimentalMSStore https://aka.ms/winget-settings
List Command Enabled list https://aka.ms/winget-settings
Upgrade Command Enabled upgrade https://aka.ms/winget-settings
Uninstall Command Disabled uninstall https://aka.ms/winget-settings
Import Command Disabled import https://aka.ms/winget-settings
Rest Source Support Disabled restSource https://aka.ms/winget-settings
I have git installed and there's a newer version available:
> winget list | sls Git
Git version 2.30.0.2 Git_is1 2.30.0.2
> winget search git.git
Name Id Version
--------------------
Git Git.Git 2.31.0
This results in git is not able to upgrade.
Steps to reproduce
With an old version of Git installed. Run winget upgrade git.git.
Expected behavior
Git to be upgrade to the lastest version.
Actual behavior
Git is not recognised as upgradable.
> winget upgrade
Name Id Version Available Source
------------------------------------------------------
PowerToys Microsoft.PowerToys 0.31.1 0.33.1 winget
> winget upgrade git.git
No installed package found matching input criteria.
Environment
Windows Package Manager v0.2.10771 Preview
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.19042.867
Package: Microsoft.DesktopAppInstaller v1.11.10771.0
The text was updated successfully, but these errors were encountered:
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
The Git package ID is "Git.Git" so I don't think this is a duplicate of #752. Here, Git specifically is appearing in winget list results with a wrong package ID. I am experiencing the same thing now trying to update Git after installing it specifically using the commmand winget install -e --id Git.Git and this is what appears in my results now
Git is not listed in
winget upgrade
I have following experimental experimental features enabled:
I have git installed and there's a newer version available:
This results in git is not able to upgrade.
Steps to reproduce
With an old version of Git installed. Run
winget upgrade git.git
.Expected behavior
Git to be upgrade to the lastest version.
Actual behavior
Git is not recognised as upgradable.
Environment
The text was updated successfully, but these errors were encountered: