Skip to main content

Posts

Showing posts with the label git

Git menu is not shown up in IntelliJ IDEA 2023.1.1 (Community Edition)

  Problem :  If you have upgraded your IntelliJ IDEA to IntelliJ IDEA 2023.1.1 (Community Edition), then most probably the Git menu will not be shown up. Solution : a) Your project is running in safe mode, you need to trust this project b) Try the new UI of IntelliJ like the following

git : unable to unlink old invalid argument

  Problem : If you get the following error while git checkout or git pull  git unable to unlink old [file name] invalid argument Solution Most probably the file is opened and locked in another application. Close that application and then try again, you will successfully continue with the respective git command.