When I get this error in VS Code
“Resolving mayfly dependencies…
Library Manager: Installing git+https://github.com/MartinL1/BMP388_DEV.git
git version 2.39.3 (Apple Git-145)
Cloning into ‘/Users/brianjastram/.platformio/.cache/tmp/pkg-installing-ngqqp4lc’…
remote: Repository not found.
fatal: repository ‘https://github.com/MartinL1/BMP388_DEV.git/’ not found
VCSBaseException: VCS: Could not process command [‘git’, ‘clone’, ‘–recursive’, ‘–depth’, ‘1’, ‘https://github.com/MartinL1/BMP388_DEV.git’, ‘/Users/brianjastram/.platformio/.cache/tmp/pkg-installing-ngqqp4lc’]”
I paste – https://github.com/adafruit/Adafruit-BMP3xx-PCB into line 184 of my libarary.json file and then install the BMP388_DEV library into my project. This is my workaround.
Do you know of a better workaround or permanent fix?