diff --git a/repo/git/git.go b/repo/git/git.go index 8052723..36fbd10 100644 --- a/repo/git/git.go +++ b/repo/git/git.go @@ -262,6 +262,7 @@ func (g *Git) Push(remote *model.Remote, branch model.Branch, auth *config.Crede Force: true, Auth: Auth, }) + fmt.Println(err) if err != nil && strings.Contains(err.Error(), "unable to authenticate") { return g.err.KeyNotSupported } else if errors.Is(err, git.NoErrAlreadyUpToDate) {