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'm not sure that is the right solution. There is a similar command in the start.sh script So restarting the container might have a similar effect. I wonder whether it is related to how th git repo is copied into place while the docker service is running.
host# git push origin master
result:
remote: error: insufficient permission for adding an object to repository database ./objects
fix:
/git-server/repos # sudo chmod -R ug+w .;
The text was updated successfully, but these errors were encountered: