Update README: tambah instruksi fix dubious ownership
This commit is contained in:
@@ -82,3 +82,12 @@ cd /path/to/retribusi-frontend
|
|||||||
git pull origin main
|
git pull origin main
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Fix Dubious Ownership Error (jika muncul)**
|
||||||
|
```bash
|
||||||
|
# Tambahkan directory ke safe.directory
|
||||||
|
git config --global --add safe.directory /www/wwwroot/retribusi.btekno.cloud/retribusi
|
||||||
|
|
||||||
|
# Atau gunakan script pull.sh yang sudah auto-fix
|
||||||
|
bash pull.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user