I’ve been using Visual Studio Code along with Git so that I can upload my local repositories to my remote repository on GitHub using the Git Bash terminal.
But every time I do ‘Git Push’ Visual Studio proceeds to freeze and then crash (forces the program to close). And when I try to reopen it after forcing it to close, the program repeats the same thing, freezes and closes.
I would appreciate if someone could give me a solution to this. I thought it might be due to some incompatibility of Visual Studio with Ubuntu 24.04.01 LTS. But honestly I’m new to Linux and I have no idea about the subject.
Fernando Rojas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Check for Updates: Make sure Visual Studio Code and Git are up to date. Sometimes, updates can fix compatibility issues.
Disable Extensions: Some extensions might be causing the crash. Try disabling all extensions. You can do this by starting Visual Studio Code with the
code –disable-extensions flag: