[Bug] Git fetch.pruneTags = true
makes scoop unable to update
#5701
-
Bug ReportCurrent BehaviorWith the git config Expected BehaviorScoop updates without problems. Additional context/outputWith Possible SolutionSystem detailsWindows version: 11 OS architecture: 64bit PowerShell version: PowerShell 7.3.7 Scoop Configuration{
"last_update": "2023-10-09T09:34:49.1296383+02:00",
"scoop_branch": "master",
"scoop_repo": "https://github.com/lukesampson/scoop"
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I'm unable to repro this: ~ in [pwsh] at 67% 19:10:19
❯ git config --global push.followTags 7GiB/15GiB
true
~ in [pwsh] at 67% 19:10:31
❯ scoop update 8GiB/15GiB
Updating Scoop...
Updating Buckets...
Scoop was updated successfully!
|
Beta Was this translation helpful? Give feedback.
-
If specific git config items are affecting Scoop's ability to function properly, Scoop should set them for the repo of Core/Buckets when updating, because Scoop is deeply bound to Git. |
Beta Was this translation helpful? Give feedback.
If specific git config items are affecting Scoop's ability to function properly, Scoop should set them for the repo of Core/Buckets when updating, because Scoop is deeply bound to Git.