“Permission Denied” trying to run Python on Windows 10

As far as I can tell, this was caused by a conflict with the version of Python 3.7 that was recently added into the Windows Store. It looks like this added two “stubs” called python.exe and python3.exe into the %USERPROFILE%\AppData\Local\Microsoft\WindowsApps folder, and in my case, this was inserted before my existing Python executable’s entry in … Read more

git: ‘credential-cache’ is not a git command

From a blog I found: This [git-credential-cache] doesn’t work for Windows systems as git-credential-cache communicates through a Unix socket. Git for Windows Since msysgit has been superseded by Git for Windows, using Git for Windows is now the easiest option. Some versions of the Git for Windows installer (e.g. 2.7.4) have a checkbox during the … Read more

Git for Windows: .bashrc or equivalent configuration files for Git Bash shell

Create a .bashrc file under ~/.bashrc and away you go. Similarly for ~/.gitconfig. ~ is usually your C:\Users\<your user name> folder. Typing echo ~ in the Git Bash terminal will tell you what that folder is. If you can’t create the file (e.g. running Windows), run the below command: copy > ~/.bashrc The window will … Read more

How do I use Bash on Windows from the Visual Studio Code integrated terminal?

Install Git from https://git-scm.com/download/win Open Visual Studio Code and press and hold Ctrl + ` to open the terminal. Open the command palette using Ctrl + Shift + P. Type – Select Default Profile Select Git Bash from the options Click on the + icon in the terminal window The new terminal now will be … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)