Password authentication is temporarily disabled as part of a brownout. Please use a personal access token instead [duplicate]

This question already has answers here: Issue on adding SSH key to GitHub (8 answers) Closed 11 months ago. The community reviewed whether to reopen this question 9 months ago and left it closed: Original close reason(s) were not resolved I was using a username password for pushing my code. It was working for several … Read more

Why does git say “Pull is not possible because you have unmerged files”?

When I try to pull in my project directory in the terminal, I see the following error: harsukh@harsukh-desktop:~/Sites/branch1$ git pull origin master U app/config/app.php U app/config/database.php U app/routes.php Pull is not possible because you have unmerged files. Please, fix them up in the work tree, and then use ‘git add/rm <file>’ as appropriate to mark … Read more