This topic created in 2245 days ago, the information mentioned may be changed or developed.
实践机会白嫖了 6 个月阿里云 ecs,打算搞个博客,折腾了好久,卡在最后一步没法部署上去。
报错:remote: fatal: cannot create directory at '2020': Permission denied
To 101.200.154.102:/home/git/blog.git
知道是权限问题但是用什么办法都不行,最后我把 /home 分给了 git 用户就好了。。。必须这样吗?我像把 /home 的权限还给 root
2 replies • 2020-03-07 00:39:39 +08:00
 |
|
1
ZRS Mar 6, 2020
放 /var/www/
|
 |
|
2
xiri Mar 7, 2020 via Android
不应该是把 /home/git 的权限给 git 吗?
|