fatal: Unable to create temporary file '/home/username/git/myrepo.git/./objects/pack/tmp_pack_XXXXXX': Permission denied

前端 未结 8 1044
独厮守ぢ
独厮守ぢ 2020-12-23 09:00

I have been having trouble with this error message and I don\'t understand the proper solution to fix it or go about debugging it. I have googled the error in various forms

8条回答
  •  时光取名叫无心
    2020-12-23 09:43

    It would seem like your user doesn't have permission to write to that directory on the server. Please make sure that the permissions are correct. The user will need write permissions on that directory.

提交回复
热议问题