I am running docker for my Laravel application (BE). I have made a simple update on readmeme.md file and tried to commit & push this file to git.
When I try to commit it this is what I get.
> git -c user.useConfigOnly=true commit --quiet --allow-empty-message --file - docker: Error response from daemon: the working directory 'C:/Program Files/Git/var/www/api' is invalid, it needs to be an absolute path. See 'docker run --help'.
Specs:
- Git: git version 2.38.0.windows.1
- Docker version 20.10.17, build 100c701
- My backend is Laravel