remote repository contains conflicting changes. #56000
Replies: 4 comments 1 reply
-
Hi james, Open the repository in the Codespace. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I've encountered the same "remote repository contains conflicting changes" message in VS Code, especially after making my GitHub account email private. Here's what worked for me: If your GitHub email is private: Go to your GitHub account settings. I hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Thanks for posting in the GitHub Community, @jamescampagnola ! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category, the Repositories category is solely related to conversations around the GitHub product Feed. This question should be in the Repositories category. I've gone ahead and moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I continue to get a pop-up message in my codespace: "remote repository contains conflicting changes". There is a button to press: "Force Push" but this button doesn't seem to do anything and the messages continue. I have read in a GitHub discussion group that the following terminal commands might work:
git pull origin main
git add .
git commit -m “your message here”
git push origin main
But since the codespace is owned by CS50, I can't enter these commands in the terminal. Can anyone help? Thanks very much...
Beta Was this translation helpful? Give feedback.
All reactions