Skip to content

Instantly share code, notes, and snippets.

@akccakcctw
Created October 20, 2020 18:20
Show Gist options
  • Select an option

  • Save akccakcctw/048638068334b64fba020d86f4386fb2 to your computer and use it in GitHub Desktop.

Select an option

Save akccakcctw/048638068334b64fba020d86f4386fb2 to your computer and use it in GitHub Desktop.

Revisions

  1. akccakcctw created this gist Oct 20, 2020.
    6 changes: 6 additions & 0 deletions git_permission.md
    Original 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/
    ```