Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
と
git update-index --chmod=+x /path/to/file
-x実行ビットを設定 (または使用時に設定解除) できますが、インデックス内のファイルの完全なアクセス許可を設定するにはどうすればよいですか (例: 744)?
-x
744
不可能です。Git は、リポジトリ内のファイルの実行ビットのみを追跡します。他のすべての権限は無視されます。これは、異なるマシンやオペレーティング システム間で権限を転送する良い方法がないためです。