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
There seems to be an issue with the git command exiting unsuccessfully, but the error returned suggests that there is no issues with the command. Here is an example:
ERROR
Spock command exited unsuccessfully:
Command: git -c "user.name=statamic" -c "user.email=REDACTED" commit -m "Page saved by Admin"
Output:
On branch cms
Your branch is up to date with 'origin/cms'.
nothing to commit, working tree clean
Error: No error
Is this something that can be filtered out? I can't imagine a point where "Error: No error" actually means the opposite 😂.
The text was updated successfully, but these errors were encountered:
lachieh
changed the title
Error: No error
Errors firing when there is no Error from git
Mar 20, 2020
There seems to be an issue with the git command exiting unsuccessfully, but the error returned suggests that there is no issues with the command. Here is an example:
Is this something that can be filtered out? I can't imagine a point where "Error: No error" actually means the opposite 😂.
The text was updated successfully, but these errors were encountered: