This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Download Brigadier - https://github.com/timsutton/brigadier/releases | |
2. Extract and run Brigadier (via CMD) with the following flags - brigadier.exe -m Macmini8,1 | |
3. Brigadier will download and extract the bootcamp drivers for Mac Mini (2018) | |
4. Navigate - BootCamp-091-87418\BootCamp\Drivers\Apple\AppleWirelessMouse | |
5. Right click on AppleWirelessMouse.inf - Install. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global https.proxy http://127.0.0.1:7890 | |
git config --global https.proxy http://127.0.0.1:7890 | |
git config --global --unset http.proxy | |
git config --global --unset https.proxy | |
npm config delete proxy |