What does warning remote: warning: unable to access \'/root/.config/git/attributes\': Permission denied means and what implications does it bring?
remote: warning: unable to access \'/root/.config/git/attributes\': Permission denied
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.