Posts Tagged ‘Troubleshooting’
prefix “00~” and suffix “01~” added when pasting into MacOS terminal
Been dealing with this issue as of late with my MacOS terminal (running MacOS Monterey version 12.4). Have no idea when it started, or why. Looks something like this: $ 00~stupidcopy01~ The easiest fix I have seen, that seems to do the trick is to use the “reset” command: $ reset It doesn’t hurt to…
Read MoreGit: Message ‘src refspec master does not match any’ when pushing commits in Git
On a recent project, I created a new Git repo and wanted to push my content to the repo from the staging server. You can find a very simple guide on how to do that here. But as I was trying to push my content to the “existing” repo I was getting this error: I was…
Read More