Could not create directory /var/teamsserver

前端 未结 4 872
春和景丽
春和景丽 2021-02-06 01:20

I\'ve installed os x server (Mavericks) on my mac and would like to add bot. For some reasons my remote repo is located on other external server and I have access to it by usern

4条回答
  •  北荒
    北荒 (楼主)
    2021-02-06 02:21

    If you've tried the above and still are getting a permission denied error, you probably don't have the right permissions to that file/directory.

    • Who are you running as? $id
    • $ls -al the directory that the server is trying to read the id_rsa from (Probably similar to this path: Library/Server/Xcode/Data/BotRuns/BotRun-a28db5fc-1932-47a0-a528-f52c75e421e2.b‌​undle/credentials/65885363-194e-454b-a3ce-56dcaaf5d3c9/id_rsa)
    • change ownership of that file ^^ ($sudo chown {#id} {#path})

提交回复
热议问题