error: Entry has been modified in the work treeerror: Entry telah dimodifikasi di working tree
Operasi Git diblokir karena file di working tree telah dimodifikasi.
error: sparse-checkout is not enabledOperasi sparse-checkout dicoba tetapi fitur tersebut belum diaktifkan.
Anda mencoba memodifikasi pola sparse-checkout tanpa terlebih dahulu mengaktifkan fitur sparse-checkout. Sparse checkout harus diinisialisasi sebelum dapat dikonfigurasi.
Inisialisasi sparse checkout: git sparse-checkout init --cone. Kemudian setel pola: git sparse-checkout set dir1 dir2. Verifikasi dengan: git sparse-checkout list. Gunakan --no-cone untuk pola berbasis regex.
git sparse-checkout init --coneerror: Entry has been modified in the work treeOperasi Git diblokir karena file di working tree telah dimodifikasi.
error: cannot rebase: You have unstaged changesGit menolak untuk melakukan rebase karena ada perubahan yang belum di-commit di direktori kerja.
error: Your local changes would be overwrittenGit menolak melakukan operasi karena akan menimpa perubahan lokal yang belum di-commit.
error: LFS object not foundFile yang di-track oleh Git LFS tidak dapat diunduh dari server LFS.
You are in 'detached HEAD' stateHEAD menunjuk ke commit tertentu alih-alih ke branch, sehingga commit baru akan menjadi yatim (orphaned).
remote: error: GH006: Protected branch update failedPush ke protected branch ditolak karena aturan perlindungan branch.