You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i follow this instruction
run sudo chown -R yourusername:webserverusername custom-project-repo-dir/ to change the group of the repo.
run sudo chmod -R g+s custom-project-repo-dir/ to make the group assignment inherited for new files/dirs.
run sudo chmod -R 775 custom-project-repo-dir/ to set read & write for both owner and group.
but, still not work "/usr/bin/git: not found". i try to run which git and get "/usr/bin/git". why?
The text was updated successfully, but these errors were encountered:
Are you sure that git is installed on your server, and if it is, are you sure that /usr/bin/git is the correct path? If you have SSH access, try running which git. If it's installed, that should return the path to the executable.
i follow this instruction
run sudo chown -R yourusername:webserverusername custom-project-repo-dir/ to change the group of the repo.
run sudo chmod -R g+s custom-project-repo-dir/ to make the group assignment inherited for new files/dirs.
run sudo chmod -R 775 custom-project-repo-dir/ to set read & write for both owner and group.
but, still not work "/usr/bin/git: not found". i try to run which git and get "/usr/bin/git". why?
The text was updated successfully, but these errors were encountered: