I created a simple repository, edited an index.html file and published the changes to GitHub through Visual Studio Code GitLens. It works fine.
On a subsequent commit, it throws an error:
> git pull --tags origin main
From https://github.com/mySpecialRepo/myTest
* branch main -> FETCH_HEAD
fatal: Not possible to fast-forward, aborting.
If I go to my local terminal and Git commit and push, it works.
- I tried to reinstall GitLens.
- Reinstalled Visual Studio Code
- Removed all the extensions in
~/.vscode/extensions
- Signed out of GitHub on the local machine and in Visual Studio Code as well.
Nothing works.
I'm on an M1 Visual Studio Code version.