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
Operating system name and version: Win 11 Pro 24H2 26100.2314
Issue Description
The choco package for poshgit has a dependency on another choco page "git", but I already installed Git using winget.
I was using git when I first ran choco install poshgit. Because I happened to be using the git binary at the time, your choco package installation failed.
Later I was not using git and then choco install poshgit actually worked, but now I have two package management systems that believe they are managing my git installation (winget and choco).
Perhaps you should not have an explicit dependency on the choco page "git". Instead, your script might simply check for an installation of "git" and only attempt to install the choco package if git was not previously installed.
The text was updated successfully, but these errors were encountered:
System Details
Issue Description
The choco package for poshgit has a dependency on another choco page "git", but I already installed Git using winget.
git
when I first ranchoco install poshgit
. Because I happened to be using the git binary at the time, your choco package installation failed.git
and thenchoco install poshgit
actually worked, but now I have two package management systems that believe they are managing mygit
installation (winget and choco).Perhaps you should not have an explicit dependency on the choco page "git". Instead, your script might simply check for an installation of "git" and only attempt to install the choco package if git was not previously installed.
The text was updated successfully, but these errors were encountered: