TortoiseGit not showing icon overlays

I had the same problem and I got it to work by following instructions from a forum. What I did was this (copied): I find solution 🙂 Wrapping with “” all tortoise keys under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers on 1TortoiseNormal and etc… I understood the problem, seeing as Dropbox and it worked regedit there was the sign (“”) … Read more

Git error: “Please make sure you have the correct access rights and the repository exists”

Your git URL might have changed. Change the URL in the local directory by using the following command for https protocol git remote set-url origin https://github.com/username/repository.git for ssh protocol git remote set-url origin git@github.com:username/repository.git there might be multiple causes for the issue If the issue is with your ssh identity, go through @onkar-m18 answer here … Read more

TortoiseGit save user authentication / credentials

For TortoiseGit 1.8.1.2 or later, there is a GUI to switch on/off credential helper. It supports git-credential-wincred and git-credential-winstore. TortoiseGit 1.8.16 add support for git-credential-manager (Git Credential Manager, the successor of git-credential-winstore) For the first time you sync you are asked for user and password, you enter them and they will be saved to Windows … Read more

How do I remove msysgit’s right click menu options?

64-Bit Windows From a cmd.exe window, run these commands: cd “C:\Program Files (x86)\Git\git-cheetah” regsvr32 /u git_shell_ext64.dll 32-Bit Windows From a cmd.exe window, run these commands cd “C:\Program Files\Git\git-cheetah” regsvr32 /u git_shell_ext.dll Windows 10 If you are on Windows 10 and the previous methods did not work try to uninstall the application and reinstall it. But … Read more

Your configuration specifies to merge with the from the remote, but no such ref was fetched.?

What this means Your upstream—the remote you call origin—no longer has, or maybe never had (it’s impossible to tell from this information alone) a branch named feature/Sprint4/ABC-123-Branch. There’s one particularly common reason for that: someone (probably not you, or you’d remember) deleted the branch in that other Git repository. What to do This depends on … Read more

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