fork-dev / Tracker

Bug and issue tracker for Fork for Mac
494 stars 12 forks source link

Unexpected error when trying git pull while terminal is working ok #2032

Closed orliin closed 5 months ago

orliin commented 7 months ago

When I try to pull, I get an error message:

image

In the details there are 626 rows and all start with [up to date] with nothing special about them.

In the terminal git pull is working ok.

DanPristupov commented 7 months ago

When I try to pull, I get an error message:

It means git returned a non-zero exit code.

In the details there are 626 rows and all start with [up to date] with nothing special about them.

Check every line, there must be some error.

orliin commented 3 months ago

The problem was that remote tags had a conflict with local tags. VS Code git client offered me to override all tags using the remote and the problem was fixed.