Ask A Question

Notifications

You’re not receiving notifications from this thread.

Encountering an error when installing rails application into the project

Asim Mehmood Khan asked in Rails

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

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.