Encountering an error when installing rails application into the project
Hi,
So recently I cloned a repo from Azure DevOps into Visual Studio 2022 and proceeded to install a rails application into the project, but encountered an error even though a ‘development’ branch had been identified.
I used the following command to try to install the Rails application
rails new . -d=postgresql
But when I use the following command to install the rails application, then the application gets installed successfully
rails new . -d=postgresql --skip-git
I want to know if there is a workaround for this error.
Regards,
Asim Khan