A
A
Artem Kiryanov2021-11-09 12:48:02
git
Artem Kiryanov, 2021-11-09 12:48:02

How to fix git pull error?

I have committed the changes to my branch, I want to push to the repository, but I get an error:

> git pull --tags origin feature/test
From ssh://test:1111/devops/myapps
 * branch            feature/test -> FETCH_HEAD
fatal: Not possible to fast-forward, aborting.


git pull --rebase doesn't help, I've already removed .git and re-added my repository via git remote add.
And if I do it through the console, i.e.
git add . , git commit -m "", git push - everything works, but in VS Code it does not work, because when you click on the sync changes button, VS Code first tries to execute git pull --tags.

How to fix it - I do not know.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Kiryanov, 2021-11-09
@hacker342

Git bug. Rollback to version 2.32.0 helped

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question