Unable to access 'git/attributes'

后端 未结 6 828
感动是毒
感动是毒 2020-11-29 18:23

What does warning remote: warning: unable to access \'/root/.config/git/attributes\': Permission denied means and what implications does it bring?



        
6条回答
  •  粉色の甜心
    2020-11-29 18:48

    Go to root directory

    cd ~/

    Write the following code:

    sudo chown -R username /Users/username

    Where username is your system's username.

提交回复
热议问题