python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
std::filesystem::remove_all fails on read-only file
I am trying to remove a complete git repository clone from my disk using std::filesystem::remove_all()
std::filesystem::remove_all( myRepoName );
This throws an exception
terminate called after throw...
ravenspoint
Votes: 0
Answers: 1
autodetection timeouts in git-credential-manager?
I just updated to the latest version of Git and now I have these messages on every interaction with remote repositories
It is supposed to be solved a lot of versions previous to the one I am using, b...

FiruzzZ
Votes: 0
Answers: 1
How can I launch git-for-windows SDK's git-bash in Windows Terminal?
There's git for Windows, and then there's git for Windows SDK. Both provide a git-bash.exe shell, but when executing the one from the SDK it always opens in its own window. I'd like to be able to use ...
Nickolai
Votes: 0
Answers: 2
Windows - Git doesn't show current branch in file path which should be default
I have reinstalled Git multiple times and even tried downgrading but to no avail.
This is what a normal Git bash looks like:
normal git bash from google
and this is what mine looks on Git bash termina...
ZG9uX3F1aXhvdGU
Votes: 0
Answers: 1