Unable to access 'git/attributes'

后端 未结 6 841
感动是毒
感动是毒 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:43

    Git is trying to read config from root instead of user config. Please check your environment variables have the correct git config set or the .gitconfig file in your home folder is accessible.

提交回复
热议问题