2022.03.29 TIL

278 ワード

右奮闘ではgithubに接続した後、鍵の発行が正常に完了したにもかかわらず.remote: warning: unable to access '/root/.config/git/attributes': Permission deniedこのようなエラーが発生した場合
~/.configフォルダ権限を検証して権限を解放
> cd ~/
> sudo chown -R username .config