C:\Users\Sam>winget source reset --force
Resetting all sources...Done
C:\Users\Sam>winget install Git.Git
Failed in attempting to update the source: winget
The `msstore` source requires that you view the following agreements before using.
Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction
The source requires the current machine's 2-letter
geographic region to be sent to the backend service to function properly (ex. "US").
Do you agree to all the source agreements terms?
[Y] Yes [N] No: Y
Failed when searching source: winget
An unexpected error occurred while executing the command:
0x8a15000f : Data required by the source is missing
No packages were found among the working sources.
C:\Users\Sam>
winget install Git.Git
Failed in attempting to update the source: winget
Failed when searching source: winget
An unexpected error occurred while executing the command:
0x8a15000f : Data required by the source is missing

This issue was resolved when I ran the winget Command using PowerShell as Local Administrator.
-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Windows,
- Windows 365: Restore Deleted Distribution Group using Admin Center (Active Directory)
- How to Make a Windows Notepad File Read-Only
- Enable Cloud Based Clipboard for Images and Text on Windows 10/11
- Read file from Windows CMD (Command Line)
- Fix: This file is set to read-only. Try again with a different file name. [Windows 10/11]
- Top 5 Fonts for Windows Notepad
- Cannot access Windows application shortcuts on Start menu and Taskbar
- [Solution] WslRegisterDistribution failed with error: 0x80370102 VM on Mac
- Fix Windows Update Error Code: 0x80070643
- Fix: Windows 10/11 Update Install Error - 0x80070103
- Change the Size of History in Windows Terminal (Updated for Windows 11)
- How to Know Version of Windows Terminal
- How to do a Print Screen on Windows 11 to Screencapture
- How to Set PowerShell as Default Shell on Windows Terminal
- How to know the version and Device ID of OneDrive on Mac
- How to Press a Enter in Cell for New Line on Microsoft Excel on Mac
- Minecraft Fix: Error: UNKNOWN code: Deep Ocean - Something went wrong in the login process
- [Fix] Microsoft Windows OneDrive 0x8007018b Error Code
- How to Change the Default Shell in Windows Terminal App
- Fix: Failed in attempting to update the source: winget
- [Fix] Microsoft Windows Store error 0x00000005 (Windows 8/10/11)
- Fix: Windows Update Error Code: 0x800f0922
- Fix: Error code: 0x204 Microsoft Remote Desktop - Unable to connect the remote PC.
- Shortcut to Open Snipping Tool on Windows and Take Screenshot
- Grep Alternative for Windows CMD or PowerShell: findstr
More Posts:
- JSON Syntax : JSON Tutorial - Json-Tutorial
- How to convert Java String to byte[] Array - Java
- How to connect to Microsoft Exchange Online using PowerShell - Powershell
- Calculate Area of a Rectangle - C-Program
- How to Clear Cache for a website (URL) in Safari for Mac - MacOS
- Fix: >>> pip install - SyntaxError: invalid syntax - PIP
- How to Run PowerShell Script as a Windows Scheduler Task - Powershell
- MD5 Hashing in Python - Python