My repository on bitbucket says "The source and destination are the same" but when I commit and push from local repository, I get the popup "The local repository is out of date. Make sure all changes have been pulled from the remote repository and try again."
Hello @Nilesh Darji ,
Welcome to the Community.
The problem is that there're some changes in the remote repository (on Bitbucket) that aren't yet in your local repository. In other words, since you last updated your local repository someone has pushed their work in the remote repository. So you need to run git pull first and potentially resolve merge conflicts before you can push your work.
Hope this helps. Let me know if you have any questions.
Cheers,
Daniil
I did that already but it says your local repo is already up to date.
but after that when I do the next commit and push I again see the same pop up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.