Created
October 20, 2020 18:20
-
-
Save akccakcctw/048638068334b64fba020d86f4386fb2 to your computer and use it in GitHub Desktop.
Revisions
-
akccakcctw created this gist
Oct 20, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ 修正 git 權限問題 ref: https://stackoverflow.com/a/6694220 ```sh sudo chown -Rc $UID .git/ ```