Cannot push Git to remote repository with http/https

后端 未结 8 2093
借酒劲吻你
借酒劲吻你 2020-11-27 15:44

I have a Git repository in a directory served by apache on a server. I have configured WebDAV and it seems to be running correctly. Litmus returns 100% success.

I ca

8条回答
  •  独厮守ぢ
    2020-11-27 16:27

    you might need to add the user as a member for the repository and possibly update permissions.

    we had to do this with each member that will be contributing on our organizations github repository.

提交回复
热议问题