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 has been archived by the owner on Sep 11, 2020. It is now read-only.
I keep getting errornon-fast-forward update when trying to pull. From a debug session, I saw that in https://github.com/src-d/go-git/blob/master/worktree.go#L89master is actually returned and this causes issues when determining if we are in a fast forward situation.
Can someone help debug this issue and/or suggest how to proceed?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to open a local repo and pull it. I want to checkout a specific branch identified by the var
branch
. I'm doing the following:I keep getting error
non-fast-forward update
when trying to pull. From a debug session, I saw that in https://github.com/src-d/go-git/blob/master/worktree.go#L89master
is actually returned and this causes issues when determining if we are in a fast forward situation.Can someone help debug this issue and/or suggest how to proceed?
The text was updated successfully, but these errors were encountered: