[Bug] Scoop fails to update with git #5670
-
Bug ReportCurrent BehaviorRunning "scoop update -a" results in an error: git: 'remote-https' is not a git command. See 'git --help'. Expected BehaviorScoop updates all the repos as normal. Additional context/outputOutput: Possible SolutionSystem detailsWindows version: 11 OS architecture: 64bit PowerShell version: 5.1 revision 1776 Additional software: [(optional) e.g. ConEmu, Git] Scoop Configuration{
"last_update": "2023-07-01T11:30:16.2564360-05:00",
"scoop_branch": "master",
"scoop_repo": "https://github.com/ScoopInstaller/Scoop"
}
|
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 4 replies
-
it's been 3 hours and no one has replied to this issue. this is a really bad issue, please help |
Beta Was this translation helpful? Give feedback.
-
Any additional configuration of git?
|
Beta Was this translation helpful? Give feedback.
-
running the command results in |
Beta Was this translation helpful? Give feedback.
-
because of this, i won't be able to update/install apps using scoop for a while |
Beta Was this translation helpful? Give feedback.
-
Are you using Scoop in WSL or Git Bash? please provide a full reproduction steps. And
|
Beta Was this translation helpful? Give feedback.
-
i have it installed using powershell |
Beta Was this translation helpful? Give feedback.
-
i have git installed with scoop |
Beta Was this translation helpful? Give feedback.
-
Seems like you're using a really old version of Git, that was installed along with the one from Scoop - and which has preference over Scoop's git. You need to uninstall that older git. |
Beta Was this translation helpful? Give feedback.
-
Apparently, l found the issue. |
Beta Was this translation helpful? Give feedback.
Seems like you're using a really old version of Git, that was installed along with the one from Scoop - and which has preference over Scoop's git. You need to uninstall that older git.