You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
There, error2 will say this: error2 : : non-fast-forward update=<unknown>.
But when I'm in the repo and try a pull or a git status that says the following:
❯ git status
On branch master
Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded.
And indeed if I do a git pull it will work. So I'm expecting go-git to work the same way as git in this matter. But apparently it doesn't? I'm using almost the same as the example on Pull does. So... ? what's missing?
Note, the repo does have a binary in it which is untracked, but that shouldn't matter and removing it didn't change anything.