quick-tip GitHub - fatal: could not read from remote repository Frank Villasenor Feb 1, 2021 — 1 min read I'm working on an article regarding Ghost, I came across the following which didn't work:# First clone Ghost with submodules and make it your working dir git clone --recurse-submodules [email protected]:TryGhost/Ghost && cd Ghost https://ghost.org/docs/install/source/#ghost-corefatal: could not read from remote repositoryThis assumes that you have a git public key on file. Alternatively, you should be able to use the public URL which would look something like: git clone --recurse-submodules https://github.com/TryGhost/Ghost.git && cd GhostAn alternative CLI to clone Ghost from the public repository.
TypeScript Why does annotating types in typescript feel more cumbersome than in other languages? No matter how much I use typescript, that's always a latent theme of lamentation. Don't get me wrong, I see the benefits in it as a programming language but that aspect is what leaves the impression of
Emulating older IE in Edge Yes, it's possible to use the new Microsoft Edge browser to emulate older IE! For me, this is useful for development and troubleshooting. I'm writing these based on my experience in using the feature in Windows 11 for "Microsoft Edge Version 96.0.1054.41 (Official build) (64-bit)." That out
Failed to load config "plugin:@typescript-eslint" to extend from. A solution for WebStorm & ESLint error that states Failed to load config "plugin:@typescript-eslint" to extend from.
AWS CodeBuild and S3 deployments I've been using AWS to host my personal websites (although this website hasn't been relocated there). I automate everything. Anything not automated is just a POC in my perspective. I have some static websites - that is websites that do not do any server side processing - all processing is