ROD
Joined
20 Experience
0 Lessons Completed
0 Questions Solved
Activity
Posted in Setup Windows 10 Discussion
Just make sure windows is updated and WSL2 is installed
Posted in Setup Windows 10 Discussion
error: chmod on /mnt/c/code/myapp/.git/config.lock failed: Operation not permitted
If you want to use Postgres
Note that this will expect a postgres user with the same username
as your app, you may need to edit config/database.yml to match the
user you created earlier
SOLUTION:
close all shell windows
open a new windows powershell
wsl --shutdown
exit
Open ubuntu
rails new myapp -d postgresql