Skip to content

Commit

Permalink
chore: log testing
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouspoop committed Sep 4, 2024
1 parent dc18ecb commit 2e725de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repo/git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2e725de

Please sign in to comment.