Mark Andrews
  • Home
  • Creative
  • Contact

WSL

Mark Andrews

02 Apr 2024 • 1 min read

GCM - Git Credential manager

Download the .deb, install: https://stackoverflow.com/a/70036950

Choose backing store: https://techoverflow.net/2021/09/19/how-to-fix-git-credential-manager-core-git-fatal-no-credential-backing-store-has-been-selected/

Set up Node.js on WSL 2
A guide to help you get your Node.js development environment set up on Windows Subsystem for Linux (WSL).
Microsoft Learnmattwojo

dotnet core local auth

Bypass auth for local access if (app.Environment.IsDevelopment()) app.MapControllers().AllowAnonymous(); else app.MapControllers();
09 Feb 2025

VS Code on Windows, save without formatting

Default on Windows: Ctrl + k then Ctrl + Shift + s How do I turn off text formatting on save in visual studio code?I don’t know why my code is auto formatted on save and for some reason changing the layout. I figured out this was due to auto format
18 Oct 2024 1 min read

git ignore files but only on the local repo

Naturally untracked files can be added to the .gitignore, and there are workarounds to update the history to remove files from tracking and .gitnore. I had to update a config file, to include a setting that I only wanted on my machine. I did not want to be able to
16 Oct 2024 1 min read
Mark Andrews © 2025
  • Privacy
Powered by Ghost